Skip to content

Commit

Permalink
CI (Alpine Linux): LD_PRELOAD reference BLAS and LAPACK libraries.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmuetzel committed Jun 12, 2024
1 parent 2722bdf commit 9524902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/make.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:

- name: check
timeout-minutes: 60
run: XDG_RUNTIME_DIR=$RUNNER_TEMP xvfb-run -a make -C ./.build check | tee ./test-suite.log
run: LD_PRELOAD="/usr/lib/liblapack.so:/usr/lib/libblas.so" XDG_RUNTIME_DIR=$RUNNER_TEMP xvfb-run -a make -C ./.build check | tee ./test-suite.log

- name: display test suite log
continue-on-error: true
Expand Down

0 comments on commit 9524902

Please sign in to comment.