Skip to content

Commit 7df7853

Browse files
derekmaurocopybara-github
authored andcommitted
Update GCC floor container used by CI to fix the Bazel cache error
PiperOrigin-RevId: 456323043 Change-Id: I86e3d52b72b51c2d4e96f536daa7f84a52c598f5
1 parent 86add13 commit 7df7853

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/linux-presubmit.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
set -euox pipefail
3333

3434
readonly LINUX_LATEST_CONTAINER="gcr.io/google.com/absl-177019/linux_hybrid-latest:20220217"
35-
readonly LINUX_GCC_FLOOR_CONTAINER="gcr.io/google.com/absl-177019/linux_gcc-floor:20210617"
35+
readonly LINUX_GCC_FLOOR_CONTAINER="gcr.io/google.com/absl-177019/linux_gcc-floor:20220621"
3636

3737
if [[ -z ${GTEST_ROOT:-} ]]; then
3838
GTEST_ROOT="$(realpath $(dirname ${0})/..)"
@@ -78,6 +78,7 @@ time docker run \
7878
--copt="-Werror" \
7979
--copt="-Wuninitialized" \
8080
--copt="-Wno-error=pragmas" \
81+
--distdir="/bazel-distdir" \
8182
--keep_going \
8283
--show_timestamps \
8384
--test_output=errors

0 commit comments

Comments
 (0)