Skip to content

Commit f4c465a

Browse files
committed
build: gcc-15 enabled in check_all.sh
1 parent 0cb2773 commit f4c465a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.devcontainer/check_all.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ echo "⚙️ Testing GCC configurations..."
5757
conan $1 . -pr gcc12 -c user.mp-units.build:all=True -o '&:cxx_modules=False' -o '&:import_std=False' -o '&:std_format=False' -o '&:contracts=gsl-lite' -s compiler.cppstd=20 -b missing
5858
conan $1 . -pr gcc13 -c user.mp-units.build:all=True -o '&:cxx_modules=False' -o '&:import_std=False' -o '&:std_format=True' -o '&:contracts=none' -s compiler.cppstd=23 -b missing
5959
conan $1 . -pr gcc14 -c user.mp-units.build:all=True -o '&:cxx_modules=False' -o '&:import_std=False' -o '&:std_format=False' -o '&:contracts=ms-gsl' -s compiler.cppstd=23 -b missing
60-
# gcc-15.0.1 has bugs preventing mp-units from compiling
61-
# conan $1 . -pr gcc15 -c user.mp-units.build:all=True -o '&:cxx_modules=False' -o '&:import_std=False' -o '&:std_format=True' -o '&:contracts=gsl-lite' -s compiler.cppstd=26 -b missing
60+
conan $1 . -pr gcc15 -c user.mp-units.build:all=True -o '&:cxx_modules=False' -o '&:import_std=False' -o '&:std_format=True' -o '&:contracts=gsl-lite' -s compiler.cppstd=26 -b missing
6261

6362
echo "⚙️ Testing Clang configurations..."
6463
conan $1 . -pr clang16 -c user.mp-units.build:all=True -o '&:cxx_modules=False' -o '&:import_std=False' -o '&:std_format=False' -o '&:contracts=gsl-lite' -s compiler.cppstd=20 -b missing
@@ -74,8 +73,7 @@ if [[ $run_debug ]]; then
7473
conan $1 . -pr gcc12 -c user.mp-units.build:all=True -o '&:cxx_modules=False' -o '&:import_std=False' -o '&:std_format=False' -o '&:contracts=gsl-lite' -s compiler.cppstd=20 -b missing -s build_type=Debug
7574
conan $1 . -pr gcc13 -c user.mp-units.build:all=True -o '&:cxx_modules=False' -o '&:import_std=False' -o '&:std_format=True' -o '&:contracts=none' -s compiler.cppstd=23 -b missing -s build_type=Debug
7675
conan $1 . -pr gcc14 -c user.mp-units.build:all=True -o '&:cxx_modules=False' -o '&:import_std=False' -o '&:std_format=False' -o '&:contracts=ms-gsl' -s compiler.cppstd=23 -b missing -s build_type=Debug
77-
# gcc-15.0.1 has bugs preventing mp-units from compiling
78-
# conan $1 . -pr gcc15 -c user.mp-units.build:all=True -o '&:cxx_modules=False' -o '&:import_std=False' -o '&:std_format=True' -o '&:contracts=gsl-lite' -s compiler.cppstd=26 -b missing -s build_type=Debug
76+
conan $1 . -pr gcc15 -c user.mp-units.build:all=True -o '&:cxx_modules=False' -o '&:import_std=False' -o '&:std_format=True' -o '&:contracts=gsl-lite' -s compiler.cppstd=26 -b missing -s build_type=Debug
7977

8078
echo "⚙️ Testing Clang debug configurations..."
8179
conan $1 . -pr clang16 -c user.mp-units.build:all=True -o '&:cxx_modules=False' -o '&:import_std=False' -o '&:std_format=False' -o '&:contracts=gsl-lite' -s compiler.cppstd=20 -b missing -s build_type=Debug

0 commit comments

Comments
 (0)