From: Timo Heister Date: Thu, 13 Apr 2023 02:16:48 +0000 (-0400) Subject: temporary fix for CI by using bfd X-Git-Tag: v9.5.1-r1~19^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0103230251a636d06cba8947b4ab5f04a41e5ab7;p=candi.git temporary fix for CI by using bfd --- diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 70e3d93..79ff93a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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