aboutsummaryrefslogtreecommitdiff
path: root/ci/windows-presubmit.bat
diff options
context:
space:
mode:
authorDerek Mauro <dmauro@google.com>2024-01-09 13:01:48 -0800
committerCopybara-Service <copybara-worker@google.com>2024-01-09 13:02:32 -0800
commit7c07a863693b0c831f80473f7c6905d7e458682c (patch)
treedd2e96d05f3375e0faaff66e370a089a1a8d9914 /ci/windows-presubmit.bat
parent7f409cb3c04694cdf867a04f11121eab35a67597 (diff)
downloadgoogletest-7c07a863693b0c831f80473f7c6905d7e458682c.zip
googletest-7c07a863693b0c831f80473f7c6905d7e458682c.tar.gz
googletest-7c07a863693b0c831f80473f7c6905d7e458682c.tar.bz2
Update CI builds to use Bazel 7.0.0
--features=external_include_paths has been removed from Windows builds since it appears cause build command errors currently PiperOrigin-RevId: 597020418 Change-Id: Ie37be0d05f3a154ab0d3c3f7d39b4e2c0ed650a3
Diffstat (limited to 'ci/windows-presubmit.bat')
-rw-r--r--ci/windows-presubmit.bat3
1 files changed, 1 insertions, 2 deletions
diff --git a/ci/windows-presubmit.bat b/ci/windows-presubmit.bat
index 48962eb..38565fb 100644
--- a/ci/windows-presubmit.bat
+++ b/ci/windows-presubmit.bat
@@ -1,6 +1,6 @@
SETLOCAL ENABLEDELAYEDEXPANSION
-SET BAZEL_EXE=%KOKORO_GFILE_DIR%\bazel-5.1.1-windows-x86_64.exe
+SET BAZEL_EXE=%KOKORO_GFILE_DIR%\bazel-7.0.0-windows-x86_64.exe
SET PATH=C:\Python34;%PATH%
SET BAZEL_PYTHON=C:\python34\python.exe
@@ -51,7 +51,6 @@ SET BAZEL_VS=C:\Program Files\Microsoft Visual Studio\2022\Community
--compilation_mode=dbg ^
--copt=/std:c++14 ^
--copt=/WX ^
- --features=external_include_paths ^
--keep_going ^
--test_output=errors ^
--test_tag_filters=-no_test_msvc2017