mirror of
https://github.com/biojppm/rapidyaml.git
synced 2026-01-18 21:41:18 +01:00
disable bm for vs2022 - unexplainable error in the ci, could not reproduce
This commit is contained in:
4
.github/workflows/benchmarks.yml
vendored
4
.github/workflows/benchmarks.yml
vendored
@@ -82,8 +82,8 @@ jobs:
|
||||
#
|
||||
- {std: 17, cxx: vs2019, bt: Release, os: windows-2019, bitlinks: static64 static32}
|
||||
- {std: 20, cxx: vs2019, bt: Release, os: windows-2019, bitlinks: static64 static32}
|
||||
- {std: 17, cxx: vs2022, bt: Release, os: windows-2022, bitlinks: static64 static32}
|
||||
- {std: 20, cxx: vs2022, bt: Release, os: windows-2022, bitlinks: static64 static32}
|
||||
#- {std: 17, cxx: vs2022, bt: Release, os: windows-2022, bitlinks: static64 static32}
|
||||
#- {std: 20, cxx: vs2022, bt: Release, os: windows-2022, bitlinks: static64 static32}
|
||||
#
|
||||
- {std: 17, cxx: xcode, xcver: 13, bt: Release, os: macos-11, bitlinks: static64}
|
||||
env: {BM: ON, STD: "${{matrix.std}}", CXX_: "${{matrix.cxx}}", BT: "${{matrix.bt}}", BITLINKS: "${{matrix.bitlinks}}", VG: "${{matrix.vg}}", SAN: "${{matrix.san}}", LINT: "${{matrix.lint}}", OS: "${{matrix.os}}"}
|
||||
|
||||
Reference in New Issue
Block a user