Skip to content

Commit 82e99b7

Browse files
derekmaurocopybara-github
authored andcommitted
Add CI for the C++20/Clang/libstdc++ combination
PiperOrigin-RevId: 725253209 Change-Id: I52cab63f3c1011716f87dbd0200187414e086ae3
1 parent 860dcf1 commit 82e99b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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"
28+
STD="c++17 c++20"
2929
fi
3030

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

0 commit comments

Comments
 (0)