Skip to content

Commit

Permalink
Update GCC floor container used by CI to fix the Bazel cache error
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 456323043
Change-Id: I86e3d52b72b51c2d4e96f536daa7f84a52c598f5
  • Loading branch information
derekmauro authored and copybara-github committed Jun 21, 2022
1 parent 86add13 commit 7df7853
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/linux-presubmit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
set -euox pipefail

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

if [[ -z ${GTEST_ROOT:-} ]]; then
GTEST_ROOT="$(realpath $(dirname ${0})/..)"
Expand Down Expand Up @@ -78,6 +78,7 @@ time docker run \
--copt="-Werror" \
--copt="-Wuninitialized" \
--copt="-Wno-error=pragmas" \
--distdir="/bazel-distdir" \
--keep_going \
--show_timestamps \
--test_output=errors
Expand Down

0 comments on commit 7df7853

Please sign in to comment.