summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDerek Mauro <dmauro@google.com>2022-02-17 22:18:22 (GMT)
committerCopybara-Service <copybara-worker@google.com>2022-02-17 22:19:07 (GMT)
commitc9461a9b55ba954df0489bab6420eb297bed846b (patch)
tree59ea0a0f8821a2ab2498d139fc61cff50f7de345
parentea55f1f52c489535f0d3b583c81529762c9cb5ea (diff)
downloadgoogletest-c9461a9b55ba954df0489bab6420eb297bed846b.zip
googletest-c9461a9b55ba954df0489bab6420eb297bed846b.tar.gz
googletest-c9461a9b55ba954df0489bab6420eb297bed846b.tar.bz2
Update GCC/Clang Linux tests to use Bazel 5.0.0
PiperOrigin-RevId: 429400664 Change-Id: I6454cf52cb2fc616a96663823de997591b63dfae
-rw-r--r--ci/linux-presubmit.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/linux-presubmit.sh b/ci/linux-presubmit.sh
index 0818ef0..7147188 100644
--- a/ci/linux-presubmit.sh
+++ b/ci/linux-presubmit.sh
@@ -31,7 +31,7 @@
set -euox pipefail
-readonly LINUX_LATEST_CONTAINER="gcr.io/google.com/absl-177019/linux_hybrid-latest:20220113"
+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"
if [[ -z ${GTEST_ROOT:-} ]]; then