]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add no-outline-atomics to ARM build.
authorMarc Fehling <mafehling.git@gmail.com>
Fri, 14 Mar 2025 10:39:05 +0000 (11:39 +0100)
committerMarc Fehling <mafehling.git@gmail.com>
Fri, 14 Mar 2025 10:43:48 +0000 (11:43 +0100)
.github/workflows/linux.yml

index b0b0c46928dce311b29333d60c749b284e410516..01602aec057fbd11dc2510e6216d12cb84ff2d93 100644 (file)
@@ -110,8 +110,10 @@ jobs:
         include:
           - os: ubuntu-24.04
             architecture: amd64
+            flags:
           - os: ubuntu-24.04-arm
             architecture: arm64
+            flags: -mno-outline-atomics
 
     container:
       image: dealii/dependencies:${{ matrix.ubuntu_version }}
@@ -128,7 +130,7 @@ jobs:
         mkdir build
         cd build
         cmake -D CMAKE_BUILD_TYPE=Debug \
-              -D DEAL_II_CXX_FLAGS='-Werror -std=c++20' \
+              -D DEAL_II_CXX_FLAGS='-Werror -std=c++20 ${{ matrix.flags }}' \
               -D DEAL_II_EARLY_DEPRECATIONS=ON \
               -D DEAL_II_WITH_MPI="ON" \
               -D DEAL_II_WITH_CGAL="ON" \

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.