aboutsummaryrefslogtreecommitdiff
path: root/ci/windows_clangcl_bazel.bat
diff options
context:
space:
mode:
Diffstat (limited to 'ci/windows_clangcl_bazel.bat')
-rwxr-xr-xci/windows_clangcl_bazel.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/windows_clangcl_bazel.bat b/ci/windows_clangcl_bazel.bat
index 5162628b..b031c30d 100755
--- a/ci/windows_clangcl_bazel.bat
+++ b/ci/windows_clangcl_bazel.bat
@@ -43,13 +43,13 @@ IF NOT "%ALTERNATE_OPTIONS%"=="" copy %ALTERNATE_OPTIONS% absl\base\options.h
test ... ^
--compilation_mode=%COMPILATION_MODE% ^
--compiler=clang-cl ^
- --copt=/std:%STD% ^
--copt=/WX ^
--copt=-Wno-microsoft-cast ^
+ --cxxopt=/std:%STD% ^
--define=absl=1 ^
--distdir=%KOKORO_GFILE_DIR%\distdir ^
--enable_bzlmod=true ^
- --extra_execution_platforms=//absl:x64_windows-clang-cl ^
+ --extra_execution_platforms=//:x64_windows-clang-cl ^
--extra_toolchains=@local_config_cc//:cc-toolchain-x64_windows-clang-cl ^
--keep_going ^
--test_env="GTEST_INSTALL_FAILURE_SIGNAL_HANDLER=1" ^