]> https://gitweb.dealii.org/ - candi.git/commitdiff
temporary fix for CI by using bfd
authorTimo Heister <timo.heister@gmail.com>
Thu, 13 Apr 2023 02:16:48 +0000 (22:16 -0400)
committerTimo Heister <timo.heister@gmail.com>
Thu, 13 Apr 2023 02:16:48 +0000 (22:16 -0400)
.github/workflows/main.yml

index 70e3d93ea58e35184dec18de10fd0f9dd310546a..79ff93a6e08e78dfd99f87598c2d87f8d7f3173f 100644 (file)
@@ -23,7 +23,7 @@ jobs:
           cmake --version
       - name: build
         run: |
-          echo 'DEAL_II_CONFOPTS="-D CMAKE_BUILD_TYPE=Debug"' >> candi.cfg
+          echo 'DEAL_II_CONFOPTS="-D CMAKE_BUILD_TYPE=Debug -D DEAL_II_LINKER_FLAGS=-fuse-ld=bfd"' >> candi.cfg
           ./candi.sh -j 2 --packages="once:p4est dealii"
           cd ~/dealii-candi/tmp/build/deal.II-* && cat detailed.log && make test
 
@@ -43,6 +43,7 @@ jobs:
           cmake --version
       - name: build
         run: |
+          echo 'DEAL_II_CONFOPTS="-D CMAKE_BUILD_TYPE=Debug -D DEAL_II_LINKER_FLAGS=-fuse-ld=bfd"' >> candi.cfg
           # use our cmake version, as the runner has 3.19 installed, which is too new for deal.II
           ./candi.sh -j 2 --packages="once:cmake once:openblas once:p4est dealii"
           cd ~/dealii-candi/tmp/build/deal.II-* && cat detailed.log && make test

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.