summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbseil Team <absl-team@google.com>2021-10-11 18:08:23 -0400
committerAndy Soffer <asoffer@google.com>2021-10-13 12:28:00 -0400
commitb2dda9ed83b5949af9edccccc0fce1e988eab75e (patch)
tree3c99fedefd553e8a149a279145a644ac382aac64
parent075810f7a20405ea09a93f68847d6e963212fa62 (diff)
downloadgoogletest-git-b2dda9ed83b5949af9edccccc0fce1e988eab75e.tar.gz
Googletest export
Use newer Docker images in CI The new floor image contains GCC 5.5.0, like the old one. PiperOrigin-RevId: 402402465
-rw-r--r--ci/linux-presubmit.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/linux-presubmit.sh b/ci/linux-presubmit.sh
index 6bea1cde..003664e5 100644
--- a/ci/linux-presubmit.sh
+++ b/ci/linux-presubmit.sh
@@ -31,8 +31,8 @@
set -euox pipefail
-readonly LINUX_LATEST_CONTAINER="gcr.io/google.com/absl-177019/linux_hybrid-latest:20210525"
-readonly LINUX_GCC_FLOOR_CONTAINER="gcr.io/google.com/absl-177019/linux_gcc-floor:20201015"
+readonly LINUX_LATEST_CONTAINER="gcr.io/google.com/absl-177019/linux_hybrid-latest:20210617"
+readonly LINUX_GCC_FLOOR_CONTAINER="gcr.io/google.com/absl-177019/linux_gcc-floor:20210617"
if [[ -z ${GTEST_ROOT:-} ]]; then
GTEST_ROOT="$(realpath $(dirname ${0})/..)"