aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerek Mauro <dmauro@google.com>2023-08-21 09:49:59 -0700
committerCopybara-Service <copybara-worker@google.com>2023-08-21 09:50:40 -0700
commit61332bd7e8810edd7ff9febfa71ece2e25b18df0 (patch)
treec93484efd3f45aad8c0565fd3a0b2371e4d0981d
parent762d3a7f6681ec2f0882f79ce89da11589cac91b (diff)
downloadgoogletest-61332bd7e8810edd7ff9febfa71ece2e25b18df0.tar.gz
CI: Update the Linux hybrid-latest docker container used for testing
The following are the major updates * LLVM 17 branch (https://github.com/llvm/llvm-project b744f4c99cf91155c74a3c92db6f1335232ff3d) * GCC 13.2 * CMake 3.27.1 * Bazel 6.2.1 PiperOrigin-RevId: 558818264 Change-Id: Ib08d8331e2a8b2d68a702670451beaaac5d266f4
-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 6bac8878..a1caa272 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:20230217"
+readonly LINUX_LATEST_CONTAINER="gcr.io/google.com/absl-177019/linux_hybrid-latest:20230816"
readonly LINUX_GCC_FLOOR_CONTAINER="gcr.io/google.com/absl-177019/linux_gcc-floor:20230120"
if [[ -z ${GTEST_ROOT:-} ]]; then