diff options
author | Abseil Team <absl-team@google.com> | 2019-06-10 12:49:13 -0700 |
---|---|---|
committer | Gennadiy Civil <misterg@google.com> | 2019-06-11 12:50:50 -0400 |
commit | b1dd425423380126f6441ce4fbb6f8f6c75b793a (patch) | |
tree | 7f0afd4a0265a7c17db907c1f587d966be8fe912 /ci/linux_clang-latest_libcxx_tsan_bazel.sh | |
parent | 361cb8a9db2f2130442389fd80593255be26d681 (diff) |
Export of internal Abseil changes.
--
3febef1a42d092676134bd0b0d54d13a878198a2 by Derek Mauro <dmauro@google.com>:
Update to LLVM r361107 and Bazel 0.26.1
PiperOrigin-RevId: 252463968
--
0408a7f5c1f990414b2ee6efb615238fc44bcd3a by Gennadiy Civil <misterg@google.com>:
Import of CCTZ from GitHub.
PiperOrigin-RevId: 252432385
GitOrigin-RevId: 3febef1a42d092676134bd0b0d54d13a878198a2
Change-Id: I9edade19982dfe490c7c4b894e094c4e7d80adb1
Diffstat (limited to 'ci/linux_clang-latest_libcxx_tsan_bazel.sh')
-rwxr-xr-x | ci/linux_clang-latest_libcxx_tsan_bazel.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/linux_clang-latest_libcxx_tsan_bazel.sh b/ci/linux_clang-latest_libcxx_tsan_bazel.sh index c4edd198..b856b4e6 100755 --- a/ci/linux_clang-latest_libcxx_tsan_bazel.sh +++ b/ci/linux_clang-latest_libcxx_tsan_bazel.sh @@ -32,7 +32,7 @@ if [ -z ${COMPILATION_MODE:-} ]; then COMPILATION_MODE="fastbuild opt" fi -readonly DOCKER_CONTAINER="gcr.io/google.com/absl-177019/linux_clang-latest:20190508" +readonly DOCKER_CONTAINER="gcr.io/google.com/absl-177019/linux_clang-latest:20190610" # USE_BAZEL_CACHE=1 only works on Kokoro. # Without access to the credentials this won't work. |