File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,7 @@ common:macos --features=-supports_dynamic_linker --linkopt=-framework --linkopt=
24
24
# so we focus the effort for now is to have a Windows Verible compiled with
25
25
# clang-cl before fixing the issues unique to MSVC.
26
26
common:windows --extra_toolchains=@local_config_cc//:cc-toolchain-x64_windows-clang-cl --extra_execution_platforms=//:x64_windows-clang-cl
27
- # Since we use designated initializers (C99 ... but >= c++20), compiler really wants the c++20 mode
28
- common:windows --compiler=clang-cl --cxxopt=/std:c++20 --host_cxxopt=/std:c++20 --client_env=BAZEL_CXXOPTS=/std:c++20
27
+ common:windows --compiler=clang-cl --cxxopt=/std:c++17 --host_cxxopt=/std:c++17 --client_env=BAZEL_CXXOPTS=/std:c++17
29
28
30
29
build --cxxopt="-Wno-unknown-warning-option" --host_cxxopt="-Wno-unknown-warning-option"
31
30
# TODO: this looks like benign where it happens but to be explored further.
Original file line number Diff line number Diff line change @@ -398,7 +398,7 @@ jobs:
398
398
run : |
399
399
choco install bazel --force --version=7.6.1
400
400
choco install winflexbison3
401
- choco install llvm --allow-downgrade --version=20.1.3
401
+ choco install llvm --allow-downgrade --version=20.1.4
402
402
403
403
- name : Debug bazel directory settings
404
404
# We need to explicitly call the bazel binary from choco, otherwise
You can’t perform that action at this time.
0 commit comments