summaryrefslogtreecommitdiff
path: root/ci/linux_clang-latest_libcxx_tsan_bazel.sh
diff options
context:
space:
mode:
authorGravatar Derek Mauro <dmauro@google.com>2023-08-16 13:58:00 -0700
committerGravatar Copybara-Service <copybara-worker@google.com>2023-08-16 13:58:57 -0700
commit9377c75bf499af0018542c17abcedf659e094a1e (patch)
tree41f2ff5933e5847c20b7f66f350cfced894116a3 /ci/linux_clang-latest_libcxx_tsan_bazel.sh
parent9a6d9c6eae90f4a5ddb162b8ef49af1e321c9769 (diff)
CI: Update the Linux hybrid-latest docker container used for testing
The following are the major updates * LLVM 17 branch (https://github.com/llvm/llvm-project b744f4c99cf91155c74a3c92db6f1335232ff3d) * GCC 13.2 * CMake 3.27.1 * Bazel 6.2.1 PiperOrigin-RevId: 557594251 Change-Id: I86f72c8035ab4f3b9fe602bdaf3bfb8200ec3633
Diffstat (limited to 'ci/linux_clang-latest_libcxx_tsan_bazel.sh')
-rwxr-xr-xci/linux_clang-latest_libcxx_tsan_bazel.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/linux_clang-latest_libcxx_tsan_bazel.sh b/ci/linux_clang-latest_libcxx_tsan_bazel.sh
index 34d7940e..593ea3e5 100755
--- a/ci/linux_clang-latest_libcxx_tsan_bazel.sh
+++ b/ci/linux_clang-latest_libcxx_tsan_bazel.sh
@@ -70,8 +70,8 @@ for std in ${STD}; do
--rm \
-e CC="/opt/llvm/clang/bin/clang" \
-e BAZEL_CXXOPTS="-std=${std}:-nostdinc++" \
- -e BAZEL_LINKOPTS="-L/opt/llvm/libcxx-tsan/lib/x86_64-unknown-linux-gnu:-lc++:-lc++abi:-lm:-Wl,-rpath=/opt/llvm/libcxx-tsan/lib/x86_64-unknown-linux-gnu" \
- -e CPLUS_INCLUDE_PATH="/opt/llvm/libcxx-tsan/include/x86_64-unknown-linux-gnu/c++/v1:/opt/llvm/libcxx-tsan/include/c++/v1" \
+ -e BAZEL_LINKOPTS="-L/opt/llvm/libcxx-tsan/lib:-lc++:-lc++abi:-lm:-Wl,-rpath=/opt/llvm/libcxx-tsan/lib" \
+ -e CPLUS_INCLUDE_PATH="/opt/llvm/libcxx-tsan/include/c++/v1" \
${DOCKER_EXTRA_ARGS:-} \
${DOCKER_CONTAINER} \
/usr/local/bin/bazel test ... \