From 0103230251a636d06cba8947b4ab5f04a41e5ab7 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Wed, 12 Apr 2023 22:16:48 -0400 Subject: [PATCH] temporary fix for CI by using bfd --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.5