File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ conan $1 . -pr clang17 -c user.mp-units.build:all=True -o '&:cxx_modules=True'
6666conan $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
6868conan $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
7071if [[ $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!"
8688fi
8789
You can’t perform that action at this time.
0 commit comments