Skip to content
This repository was archived by the owner on Jun 30, 2025. It is now read-only.

Commit d153e29

Browse files
committed
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.
1 parent c4ca519 commit d153e29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.bazelci/presubmit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,14 @@ tasks:
5151
- "--extra_toolchains=@local_config_cc//:cc-toolchain-x64_windows-clang-cl"
5252
- "--extra_execution_platforms=//:x64_windows-clang-cl"
5353
- "--features=layering_check"
54-
- "--copt=/WX"
54+
- "--copt=-Wno-macro-redefined"
5555
build_targets:
5656
- "//..."
5757
test_flags:
5858
- "--incompatible_enable_cc_toolchain_resolution"
5959
- "--extra_toolchains=@local_config_cc//:cc-toolchain-x64_windows-clang-cl"
6060
- "--extra_execution_platforms=//:x64_windows-clang-cl"
6161
- "--features=layering_check"
62-
- "--copt=/WX"
62+
- "--copt=-Wno-macro-redefined"
6363
test_targets:
6464
- "//..."

0 commit comments

Comments
 (0)