Skip to content
Snippets Groups Projects
Commit 0b9b89fa authored by Santiago Ospina De Los Ríos's avatar Santiago Ospina De Los Ríos
Browse files

Disable Alberta on ubuntu 24 and clang-18

parent e0b0f208
No related branches found
No related tags found
1 merge request!159Disable Alberta on ubuntu 24 and clang-18
Pipeline #77211 failed
......@@ -5,3 +5,6 @@ CFLAGS="-Wall -fdiagnostics-color=always"
CXXFLAGS="-Wall -fdiagnostics-color=always"
TOOLCHAIN_CMAKE_FLAGS="-DCMAKE_CXX_STANDARD=20"
# we can't use alberta as this version redefines `bool` on C99
TOOLCHAIN_CMAKE_FLAGS+=" -DCMAKE_DISABLE_FIND_PACKAGE_Alberta=1 "
\ No newline at end of file
......@@ -7,4 +7,7 @@ CXXFLAGS="-Wall -fdiagnostics-color=always -stdlib=libc++"
TOOLCHAIN_CMAKE_FLAGS="-DCMAKE_CXX_STANDARD=20"
# we can't use GMP as the library contains C++ bindings linked against GCC's library
TOOLCHAIN_CMAKE_FLAGS+=" -DCMAKE_DISABLE_FIND_PACKAGE_GMP=1 "
\ No newline at end of file
TOOLCHAIN_CMAKE_FLAGS+=" -DCMAKE_DISABLE_FIND_PACKAGE_GMP=1 "
# we can't use alberta as this version redefines `bool` on C99
TOOLCHAIN_CMAKE_FLAGS+=" -DCMAKE_DISABLE_FIND_PACKAGE_Alberta=1 "
\ No newline at end of file
......@@ -5,3 +5,6 @@ CFLAGS="-Wall -fdiagnostics-color=always"
CXXFLAGS="-Wall -fdiagnostics-color=always"
TOOLCHAIN_CMAKE_FLAGS="-DCMAKE_CXX_STANDARD=23"
# we can't use alberta as this version redefines `bool` on C99
TOOLCHAIN_CMAKE_FLAGS+=" -DCMAKE_DISABLE_FIND_PACKAGE_Alberta=1 "
\ No newline at end of file
......@@ -7,4 +7,7 @@ CXXFLAGS="-Wall -fdiagnostics-color=always -stdlib=libc++"
TOOLCHAIN_CMAKE_FLAGS="-DCMAKE_CXX_STANDARD=23"
# we can't use GMP as the library contains C++ bindings linked against GCC's library
TOOLCHAIN_CMAKE_FLAGS+=" -DCMAKE_DISABLE_FIND_PACKAGE_GMP=1 "
\ No newline at end of file
TOOLCHAIN_CMAKE_FLAGS+=" -DCMAKE_DISABLE_FIND_PACKAGE_GMP=1 "
# we can't use alberta as this version redefines `bool` on C99
TOOLCHAIN_CMAKE_FLAGS+=" -DCMAKE_DISABLE_FIND_PACKAGE_Alberta=1 "
\ No newline at end of file
......@@ -5,3 +5,6 @@ CFLAGS="-Wall -fdiagnostics-color=always"
CXXFLAGS="-Wall -fdiagnostics-color=always"
TOOLCHAIN_CMAKE_FLAGS="-DCMAKE_CXX_STANDARD=26"
# we can't use alberta as this version redefines `bool` on C99
TOOLCHAIN_CMAKE_FLAGS+=" -DCMAKE_DISABLE_FIND_PACKAGE_Alberta=1 "
\ No newline at end of file
......@@ -7,4 +7,7 @@ CXXFLAGS="-Wall -fdiagnostics-color=always -stdlib=libc++"
TOOLCHAIN_CMAKE_FLAGS="-DCMAKE_CXX_STANDARD=26"
# we can't use GMP as the library contains C++ bindings linked against GCC's library
TOOLCHAIN_CMAKE_FLAGS+=" -DCMAKE_DISABLE_FIND_PACKAGE_GMP=1 "
\ No newline at end of file
TOOLCHAIN_CMAKE_FLAGS+=" -DCMAKE_DISABLE_FIND_PACKAGE_GMP=1 "
# we can't use alberta as this version redefines `bool` on C99
TOOLCHAIN_CMAKE_FLAGS+=" -DCMAKE_DISABLE_FIND_PACKAGE_Alberta=1 "
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment