Skip to content

Commit

Permalink
Test: run address sanitizer with Boost 1.85.0 on windows in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
xavier2k6 committed Jun 13, 2024
1 parent fda33cf commit ad47527
Showing 1 changed file with 5 additions and 28 deletions.
33 changes: 5 additions & 28 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,24 +26,17 @@ jobs:
- config: address-model=32 crypto=built-in
- config: address-model=64
- config: release
- config: address-sanitizer=on

steps:
- name: checkout
uses: actions/checkout@v4
with:
submodules: true

- name: install openssl (64 bit)
uses: nick-fields/retry@v3
with:
timeout_minutes: 30
retry_wait_seconds: 4
max_attempts: 3
command: choco install openssl --limitoutput --no-progress

- name: install boost
run: |
git clone --depth=1 --recurse-submodules -j10 --branch=boost-1.78.0 https://github.com/boostorg/boost.git
git clone --depth=1 --recurse-submodules -j10 --branch=boost-1.85.0 https://github.com/boostorg/boost.git
cd boost
bootstrap.bat
Expand Down Expand Up @@ -88,7 +81,7 @@ jobs:

- name: install boost
run: |
git clone --depth=1 --recurse-submodules -j10 --branch=boost-1.78.0 https://github.com/boostorg/boost.git
git clone --depth=1 --recurse-submodules -j10 --branch=boost-1.85.0 https://github.com/boostorg/boost.git
cd boost
bootstrap.bat
Expand Down Expand Up @@ -144,18 +137,10 @@ jobs:

- name: install boost
run: |
git clone --depth=1 --recurse-submodules -j10 --branch=boost-1.78.0 https://github.com/boostorg/boost.git
git clone --depth=1 --recurse-submodules -j10 --branch=boost-1.85.0 https://github.com/boostorg/boost.git
cd boost
bootstrap.bat
- name: install openssl (64 bit)
uses: nick-fields/retry@v3
with:
timeout_minutes: 30
retry_wait_seconds: 4
max_attempts: 3
command: choco install openssl --limitoutput --no-progress

- name: boost headers
run: |
cd boost
Expand Down Expand Up @@ -199,17 +184,9 @@ jobs:
with:
submodules: true

- name: install openssl (64 bit)
uses: nick-fields/retry@v3
with:
timeout_minutes: 30
retry_wait_seconds: 4
max_attempts: 3
command: choco install openssl --limitoutput --no-progress

- name: install boost
run: |
git clone --depth=1 --recurse-submodules -j10 --branch=boost-1.78.0 https://github.com/boostorg/boost.git
git clone --depth=1 --recurse-submodules -j10 --branch=boost-1.85.0 https://github.com/boostorg/boost.git
cd boost
bootstrap.bat
Expand Down

0 comments on commit ad47527

Please sign in to comment.