From 1112609635037a32435de7aa70a9188dcb591458 Mon Sep 17 00:00:00 2001 From: Abseil Team Date: Tue, 7 Apr 2020 10:28:30 -0700 Subject: Export of internal Abseil changes -- c162645dba4de6f5f1c8b6e8a29a8da9f9e0aa52 by Derek Mauro : Update linux_clang-latest container to one based on Ubuntu 18.04, which has libstdc++-8. PiperOrigin-RevId: 305287658 GitOrigin-RevId: c162645dba4de6f5f1c8b6e8a29a8da9f9e0aa52 Change-Id: I3f31daf0d8c445008c78f0e10ae6af753cea756b --- ci/linux_docker_containers.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ci/linux_docker_containers.sh') diff --git a/ci/linux_docker_containers.sh b/ci/linux_docker_containers.sh index cf056b34..82a10ac6 100644 --- a/ci/linux_docker_containers.sh +++ b/ci/linux_docker_containers.sh @@ -16,6 +16,6 @@ # Test scripts should source this file to get the identifiers. readonly LINUX_ALPINE_CONTAINER="gcr.io/google.com/absl-177019/alpine:20191016" -readonly LINUX_CLANG_LATEST_CONTAINER="gcr.io/google.com/absl-177019/linux_clang-latest:20200319" +readonly LINUX_CLANG_LATEST_CONTAINER="gcr.io/google.com/absl-177019/linux_clang-latest:20200401" readonly LINUX_GCC_LATEST_CONTAINER="gcr.io/google.com/absl-177019/linux_gcc-latest:20200319" readonly LINUX_GCC_49_CONTAINER="gcr.io/google.com/absl-177019/linux_gcc-4.9:20191018" -- cgit v1.2.3