Skip to content

Commit

Permalink
- benchmarks: windows boost build started failing with msvc-toolset 1…
Browse files Browse the repository at this point in the history
…4.4x (VS 2022, 17.10.x)
  • Loading branch information
oknenavin committed Jun 8, 2024
1 parent 846b168 commit ad3b888
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ jobs:
# msvc ######################################################################

msvc:
runs-on: windows-latest
runs-on: windows-2019
steps:
- name: Checkout cxon
uses: actions/checkout@v4
Expand Down Expand Up @@ -278,13 +278,13 @@ jobs:
git submodule update --init libs/json
python tools/boostdep/depinst/depinst.py charconv
python tools/boostdep/depinst/depinst.py json
.\bootstrap.bat
#.\b2 # nothing runs after bootstrap.bat by some reason
- name: Boost finalization
- name: Boost build
shell: cmd
run: |
cd .dep/boost
.\b2
cmd /c bootstrap
b2 -d0 headers
b2 -j3 runtime-link=shared address-model=64 variant=release
- name: Time setup
shell: bash
run: |
Expand Down

0 comments on commit ad3b888

Please sign in to comment.