Skip to content

Commit

Permalink
Update googletest's test docker containers
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 511500508
Change-Id: Ib686f93d317b95ac9b9bcb0a5566500316ba1929
  • Loading branch information
dinord authored and Copybara-Service committed Feb 22, 2023
1 parent 750d67d commit d9a4bbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/linux-presubmit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@

set -euox pipefail

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

if [[ -z ${GTEST_ROOT:-} ]]; then
GTEST_ROOT="$(realpath $(dirname ${0})/..)"
Expand Down

0 comments on commit d9a4bbc

Please sign in to comment.