Disable cc toolchain resolution when using Clang on Windows

Different compilers on Window are not yet supported with CC toolchain resolution.
This commit is contained in:
Ivo List 2022-09-19 18:33:04 +02:00 committed by Rodrigo Queiro
parent 9ad08ac6cc
commit 05fbc65278

View File

@ -47,11 +47,13 @@ tasks:
environment:
BAZEL_VC: "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\BuildTools\\VC"
build_flags:
- "--noincompatible_enable_cc_toolchain_resolution"
- "--compiler=clang-cl"
- "--features=layering_check"
build_targets:
- "//..."
test_flags:
- "--noincompatible_enable_cc_toolchain_resolution"
- "--compiler=clang-cl"
- "--features=layering_check"
test_targets: