Avoid "GLOG_EXPORT macro redefined" in clang-cl CI
I would prefer to fix this in glog.bzl but couldn't get that to work.
This commit is contained in:
parent
c4ca519a86
commit
d153e294b8
@ -51,7 +51,7 @@ tasks:
|
||||
- "--extra_toolchains=@local_config_cc//:cc-toolchain-x64_windows-clang-cl"
|
||||
- "--extra_execution_platforms=//:x64_windows-clang-cl"
|
||||
- "--features=layering_check"
|
||||
- "--copt=/WX"
|
||||
- "--copt=-Wno-macro-redefined"
|
||||
build_targets:
|
||||
- "//..."
|
||||
test_flags:
|
||||
@ -59,6 +59,6 @@ tasks:
|
||||
- "--extra_toolchains=@local_config_cc//:cc-toolchain-x64_windows-clang-cl"
|
||||
- "--extra_execution_platforms=//:x64_windows-clang-cl"
|
||||
- "--features=layering_check"
|
||||
- "--copt=/WX"
|
||||
- "--copt=-Wno-macro-redefined"
|
||||
test_targets:
|
||||
- "//..."
|
||||
|
||||
Loading…
Reference in New Issue
Block a user