From ad3b888daca2a116609ef779b9b7da42d42a4242 Mon Sep 17 00:00:00 2001 From: oknenavin Date: Fri, 7 Jun 2024 08:19:03 +0300 Subject: [PATCH] - benchmarks: windows boost build started failing with msvc-toolset 14.4x (VS 2022, 17.10.x) --- .github/workflows/benchmarks.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index e978790b..7b78abab 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -245,7 +245,7 @@ jobs: # msvc ###################################################################### msvc: - runs-on: windows-latest + runs-on: windows-2019 steps: - name: Checkout cxon uses: actions/checkout@v4 @@ -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: |