Skip to content

Commit 5f28934

Browse files
derekmaurocopybara-github
authored andcommitted
Turn on C++23 testing for GCC and Clang on Linux
PiperOrigin-RevId: 737013640 Change-Id: If0dab617c76882f897e113939e5217d73ffc63f9
1 parent 60b5e1f commit 5f28934

5 files changed

+5
-5
lines changed

ci/linux_clang-latest_libcxx_asan_bazel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ if [[ -z ${ABSEIL_ROOT:-} ]]; then
2525
fi
2626

2727
if [[ -z ${STD:-} ]]; then
28-
STD="c++17 c++20"
28+
STD="c++17 c++20 c++23"
2929
fi
3030

3131
if [[ -z ${COMPILATION_MODE:-} ]]; then

ci/linux_clang-latest_libcxx_bazel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ if [[ -z ${ABSEIL_ROOT:-} ]]; then
2525
fi
2626

2727
if [[ -z ${STD:-} ]]; then
28-
STD="c++17 c++20"
28+
STD="c++17 c++20 c++23"
2929
fi
3030

3131
if [[ -z ${COMPILATION_MODE:-} ]]; then

ci/linux_clang-latest_libcxx_tsan_bazel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ if [[ -z ${ABSEIL_ROOT:-} ]]; then
2525
fi
2626

2727
if [[ -z ${STD:-} ]]; then
28-
STD="c++17 c++20"
28+
STD="c++17 c++20 c++23"
2929
fi
3030

3131
if [[ -z ${COMPILATION_MODE:-} ]]; then

ci/linux_clang-latest_libstdcxx_bazel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ if [[ -z ${ABSEIL_ROOT:-} ]]; then
2525
fi
2626

2727
if [[ -z ${STD:-} ]]; then
28-
STD="c++17 c++20"
28+
STD="c++17 c++20 c++23"
2929
fi
3030

3131
if [[ -z ${COMPILATION_MODE:-} ]]; then

ci/linux_gcc-latest_libstdcxx_bazel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ if [[ -z ${ABSEIL_ROOT:-} ]]; then
2525
fi
2626

2727
if [[ -z ${STD:-} ]]; then
28-
STD="c++17 c++20"
28+
STD="c++17 c++20 c++23"
2929
fi
3030

3131
if [[ -z ${COMPILATION_MODE:-} ]]; then

0 commit comments

Comments
 (0)