diff options
author | Abseil Team <absl-team@google.com> | 2020-07-07 08:27:11 -0700 |
---|---|---|
committer | Gennadiy Rozental <rogeeff@google.com> | 2020-07-07 11:37:48 -0400 |
commit | bf655de09b67fd8b924814cbb369cb65ddd0bd24 (patch) | |
tree | fe73ac9c036d82843b99b3b364686f2eb57c0e24 /ci | |
parent | 38db52adb2eabc0969195b33b30763e0a1285ef9 (diff) |
Export of internal Abseil changes
--
13b7cb0eff8fda5127193e11dbe0b8655415b512 by Gennadiy Rozental <rogeeff@google.com>:
Change the preprocessor guards to properly exclude tests which does not build on older
version on libstdc++.
Fixes #731
PiperOrigin-RevId: 319987618
--
ab2155855b4dd1259a3dd9f48fbb5e6e8c2ccd3f by Derek Mauro <dmauro@google.com>:
Update clang-latest container to LLVM 052e1e0cfd9, Bazel 3.3.1, and CMake 3.17.3
PiperOrigin-RevId: 319835484
--
7554283733c309649a05b7f1891b2593e50f07b7 by Abseil Team <absl-team@google.com>:
Implement support for LOAD segments that don't start at p_vaddr==0.
PiperOrigin-RevId: 319694669
GitOrigin-RevId: 13b7cb0eff8fda5127193e11dbe0b8655415b512
Change-Id: I220c2af4169cf8e4dad20cb372589ec7def0e018
Diffstat (limited to 'ci')
-rw-r--r-- | ci/linux_docker_containers.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/linux_docker_containers.sh b/ci/linux_docker_containers.sh index 82a10ac6..b652071f 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:20200401" +readonly LINUX_CLANG_LATEST_CONTAINER="gcr.io/google.com/absl-177019/linux_clang-latest:20200706" 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" |