Skip to content

Commit

Permalink
Update GoogleTest CI Docker image to use Clang 19, GCC 14, and CMake …
Browse files Browse the repository at this point in the history
…3.29.3

PiperOrigin-RevId: 636977286
Change-Id: Id9e09398a991c74c2137672948a1eb7dd2d96596
  • Loading branch information
derekmauro authored and Copybara-Service committed May 24, 2024
1 parent 9b4993c commit 305e5a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/linux-presubmit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

set -euox pipefail

readonly LINUX_LATEST_CONTAINER="gcr.io/google.com/absl-177019/linux_hybrid-latest:20231218"
readonly LINUX_LATEST_CONTAINER="gcr.io/google.com/absl-177019/linux_hybrid-latest:20240523"
readonly LINUX_GCC_FLOOR_CONTAINER="gcr.io/google.com/absl-177019/linux_gcc-floor:20230120"

if [[ -z ${GTEST_ROOT:-} ]]; then
Expand Down

0 comments on commit 305e5a2

Please sign in to comment.