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:
parent
9ad08ac6cc
commit
05fbc65278
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user