aboutsummaryrefslogtreecommitdiff
path: root/ci/linux_clang-latest_libcxx_bazel.sh
diff options
context:
space:
mode:
authorDerek Mauro <dmauro@google.com>2023-08-16 13:58:00 -0700
committerCopybara-Service <copybara-worker@google.com>2023-08-16 13:58:57 -0700
commit9377c75bf499af0018542c17abcedf659e094a1e (patch)
tree41f2ff5933e5847c20b7f66f350cfced894116a3 /ci/linux_clang-latest_libcxx_bazel.sh
parent9a6d9c6eae90f4a5ddb162b8ef49af1e321c9769 (diff)
downloadabseil-9377c75bf499af0018542c17abcedf659e094a1e.tar.gz
abseil-9377c75bf499af0018542c17abcedf659e094a1e.tar.bz2
abseil-9377c75bf499af0018542c17abcedf659e094a1e.zip
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_bazel.sh')
-rwxr-xr-xci/linux_clang-latest_libcxx_bazel.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/linux_clang-latest_libcxx_bazel.sh b/ci/linux_clang-latest_libcxx_bazel.sh
index 38b2d744..ac4c99ab 100755
--- a/ci/linux_clang-latest_libcxx_bazel.sh
+++ b/ci/linux_clang-latest_libcxx_bazel.sh
@@ -71,8 +71,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/lib/x86_64-unknown-linux-gnu:-lc++:-lc++abi:-lm:-Wl,-rpath=/opt/llvm/libcxx/lib/x86_64-unknown-linux-gnu" \
- -e CPLUS_INCLUDE_PATH="/opt/llvm/libcxx/include/x86_64-unknown-linux-gnu/c++/v1:/opt/llvm/libcxx/include/c++/v1" \
+ -e BAZEL_LINKOPTS="-L/opt/llvm/libcxx/lib:-lc++:-lc++abi:-lm:-Wl,-rpath=/opt/llvm/libcxx/lib" \
+ -e CPLUS_INCLUDE_PATH="/opt/llvm/libcxx/include/c++/v1" \
${DOCKER_EXTRA_ARGS:-} \
${DOCKER_CONTAINER} \
/bin/sh -c "