diff options
author | Derek Mauro <dmauro@google.com> | 2024-05-24 12:56:43 -0700 |
---|---|---|
committer | Copybara-Service <copybara-worker@google.com> | 2024-05-24 12:57:30 -0700 |
commit | f858e740085e4ec59c319bb1a4237b628bcad4a8 (patch) | |
tree | d84b046d605bada43ae833c541cd9f2ba2ea2940 /ci | |
parent | 48235b8912de264abc5ed78a80516fb0b66dacd6 (diff) |
Update Abseil CI Docker image to use Clang 19, GCC 14, and CMake 3.29.3
PiperOrigin-RevId: 637008207
Change-Id: I6df357c4b2257b0ee834b2a48a04331b5f677c92
Diffstat (limited to 'ci')
-rw-r--r-- | ci/linux_docker_containers.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/linux_docker_containers.sh b/ci/linux_docker_containers.sh index 232233d1..bd8d8ef3 100644 --- a/ci/linux_docker_containers.sh +++ b/ci/linux_docker_containers.sh @@ -16,7 +16,7 @@ # Test scripts should source this file to get the identifiers. readonly LINUX_ALPINE_CONTAINER="gcr.io/google.com/absl-177019/alpine:20230612" -readonly LINUX_CLANG_LATEST_CONTAINER="gcr.io/google.com/absl-177019/linux_hybrid-latest:20231218" +readonly LINUX_CLANG_LATEST_CONTAINER="gcr.io/google.com/absl-177019/linux_hybrid-latest:20240523" readonly LINUX_ARM_CLANG_LATEST_CONTAINER="gcr.io/google.com/absl-177019/linux_arm_hybrid-latest:20231219" -readonly LINUX_GCC_LATEST_CONTAINER="gcr.io/google.com/absl-177019/linux_hybrid-latest:20231218" +readonly LINUX_GCC_LATEST_CONTAINER="gcr.io/google.com/absl-177019/linux_hybrid-latest:20240523_rc1" readonly LINUX_GCC_FLOOR_CONTAINER="gcr.io/google.com/absl-177019/linux_gcc-floor:20230120" |