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 d28e55b
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 @@ -367,7 +367,7 @@ jobs:
- name: check
timeout-minutes: 60
run: |
XDG_RUNTIME_DIR=$RUNNER_TEMP \
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
Expand Down

0 comments on commit d28e55b

Please sign in to comment.