File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 31
31
32
32
set -euox pipefail
33
33
34
- readonly LINUX_LATEST_CONTAINER=" gcr.io/google.com/absl-177019/linux_hybrid-latest:20230816 "
34
+ readonly LINUX_LATEST_CONTAINER=" gcr.io/google.com/absl-177019/linux_hybrid-latest:20231218 "
35
35
readonly LINUX_GCC_FLOOR_CONTAINER=" gcr.io/google.com/absl-177019/linux_gcc-floor:20230120"
36
36
37
37
if [[ -z ${GTEST_ROOT:- } ]]; then
@@ -80,7 +80,6 @@ time docker run \
80
80
--copt=" -Wuninitialized" \
81
81
--copt=" -Wundef" \
82
82
--copt=" -Wno-error=pragmas" \
83
- --distdir=" /bazel-distdir" \
84
83
--features=external_include_paths \
85
84
--keep_going \
86
85
--show_timestamps \
@@ -102,7 +101,7 @@ for std in ${STD}; do
102
101
--copt=" -Wuninitialized" \
103
102
--copt=" -Wundef" \
104
103
--define=" absl=${absl} " \
105
- --distdir= " /bazel-distdir " \
104
+ --enable_bzlmod=false \
106
105
--features=external_include_paths \
107
106
--keep_going \
108
107
--show_timestamps \
@@ -127,7 +126,7 @@ for std in ${STD}; do
127
126
--copt=" -Wuninitialized" \
128
127
--copt=" -Wundef" \
129
128
--define=" absl=${absl} " \
130
- --distdir= " /bazel-distdir " \
129
+ --enable_bzlmod=false \
131
130
--features=external_include_paths \
132
131
--keep_going \
133
132
--linkopt=" --gcc-toolchain=/usr/local" \
Original file line number Diff line number Diff line change 53
53
# Test the Bazel build
54
54
55
55
# If we are running on Kokoro, check for a versioned Bazel binary.
56
- KOKORO_GFILE_BAZEL_BIN=" bazel-5.1.1 -darwin-x86_64"
56
+ KOKORO_GFILE_BAZEL_BIN=" bazel-7.0.0 -darwin-x86_64"
57
57
if [[ ${KOKORO_GFILE_DIR:- } ]] && [[ -f ${KOKORO_GFILE_DIR} /${KOKORO_GFILE_BAZEL_BIN} ]]; then
58
58
BAZEL_BIN=" ${KOKORO_GFILE_DIR} /${KOKORO_GFILE_BAZEL_BIN} "
59
59
chmod +x ${BAZEL_BIN}
Original file line number Diff line number Diff line change 1
1
SETLOCAL ENABLEDELAYEDEXPANSION
2
2
3
- SET BAZEL_EXE = %KOKORO_GFILE_DIR% \bazel-5.1.1 -windows-x86_64.exe
3
+ SET BAZEL_EXE = %KOKORO_GFILE_DIR% \bazel-7.0.0 -windows-x86_64.exe
4
4
5
5
SET PATH = C:\Python34;%PATH%
6
6
SET BAZEL_PYTHON = C:\python34\python.exe
@@ -51,7 +51,6 @@ SET BAZEL_VS=C:\Program Files\Microsoft Visual Studio\2022\Community
51
51
--compilation_mode=dbg ^
52
52
--copt=/std:c++14 ^
53
53
--copt=/WX ^
54
- --features=external_include_paths ^
55
54
--keep_going ^
56
55
--test_output=errors ^
57
56
--test_tag_filters=-no_test_msvc2017
You can’t perform that action at this time.
0 commit comments