diff options
author | Abseil Team <absl-team@google.com> | 2021-10-11 22:08:23 (GMT) |
---|---|---|
committer | Andy Soffer <asoffer@google.com> | 2021-10-13 16:28:00 (GMT) |
commit | b2dda9ed83b5949af9edccccc0fce1e988eab75e (patch) | |
tree | 3c99fedefd553e8a149a279145a644ac382aac64 | |
parent | 075810f7a20405ea09a93f68847d6e963212fa62 (diff) | |
download | googletest-b2dda9ed83b5949af9edccccc0fce1e988eab75e.zip googletest-b2dda9ed83b5949af9edccccc0fce1e988eab75e.tar.gz googletest-b2dda9ed83b5949af9edccccc0fce1e988eab75e.tar.bz2 |
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.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/linux-presubmit.sh b/ci/linux-presubmit.sh index 6bea1cd..003664e 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})/..)" |