Skip to content

Commit 0cb2773

Browse files
committed
build: clang-21 added to check_all.sh
1 parent 76077aa commit 0cb2773

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.devcontainer/check_all.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ conan $1 . -pr clang17 -c user.mp-units.build:all=True -o '&:cxx_modules=True'
6666
conan $1 . -pr clang18 -c user.mp-units.build:all=True -o '&:cxx_modules=True' -o '&:import_std=True' -o '&:std_format=True' -o '&:contracts=none' -s compiler.cppstd=26 -b missing
6767
# clang-19 will never compile mp-units due to https://github.com/llvm/llvm-project/pull/118288
6868
conan $1 . -pr clang20 -c user.mp-units.build:all=True -o '&:cxx_modules=True' -o '&:import_std=True' -o '&:std_format=True' -o '&:contracts=none' -s compiler.cppstd=26 -b missing
69+
conan $1 . -pr clang21 -c user.mp-units.build:all=True -o '&:cxx_modules=True' -o '&:import_std=True' -o '&:std_format=True' -o '&:contracts=none' -s compiler.cppstd=26 -b missing
6970

7071
if [[ $run_debug ]]; then
7172
echo "🐛 Starting debug build configurations..."
@@ -82,6 +83,7 @@ if [[ $run_debug ]]; then
8283
conan $1 . -pr clang18 -c user.mp-units.build:all=True -o '&:cxx_modules=True' -o '&:import_std=True' -o '&:std_format=True' -o '&:contracts=none' -s compiler.cppstd=26 -b missing -s build_type=Debug
8384
# clang-19 will never compile mp-units due to https://github.com/llvm/llvm-project/pull/118288
8485
conan $1 . -pr clang20 -c user.mp-units.build:all=True -o '&:cxx_modules=True' -o '&:import_std=True' -o '&:std_format=True' -o '&:contracts=none' -s compiler.cppstd=26 -b missing -s build_type=Debug
86+
conan $1 . -pr clang21 -c user.mp-units.build:all=True -o '&:cxx_modules=True' -o '&:import_std=True' -o '&:std_format=True' -o '&:contracts=none' -s compiler.cppstd=26 -b missing -s build_type=Debug
8587
echo "✅ Debug builds completed!"
8688
fi
8789

0 commit comments

Comments
 (0)