diff options
author | Derek Mauro <dmauro@google.com> | 2022-07-05 09:37:54 -0700 |
---|---|---|
committer | Copybara-Service <copybara-worker@google.com> | 2022-07-05 09:39:15 -0700 |
commit | 4bbdb026899fea9f882a95cbd7d6a4adaf49b2dd (patch) | |
tree | 3594e5df55a078741618ddc837a6cde6f115cfff /ci/linux_clang-latest_libcxx_asan_bazel.sh | |
parent | f4988f5bd4176345aad2a525e24d5fd11b3c97ea (diff) |
Disable C++11 testing, enable C++14 and C++20 in some configurations
where it wasn't enabled
PiperOrigin-RevId: 459092217
Change-Id: I4500bba8a09f4b320610a8170a26e93fdf7e0cab
Diffstat (limited to 'ci/linux_clang-latest_libcxx_asan_bazel.sh')
-rwxr-xr-x | ci/linux_clang-latest_libcxx_asan_bazel.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/linux_clang-latest_libcxx_asan_bazel.sh b/ci/linux_clang-latest_libcxx_asan_bazel.sh index 196e5c1d..7203fc72 100755 --- a/ci/linux_clang-latest_libcxx_asan_bazel.sh +++ b/ci/linux_clang-latest_libcxx_asan_bazel.sh @@ -25,7 +25,7 @@ if [[ -z ${ABSEIL_ROOT:-} ]]; then fi if [[ -z ${STD:-} ]]; then - STD="c++11 c++14 c++17 c++20" + STD="c++14 c++17 c++20" fi if [[ -z ${COMPILATION_MODE:-} ]]; then |