Skip to content

Commit

Permalink
Add build for openblas only to quick fail
Browse files Browse the repository at this point in the history
  • Loading branch information
lesteve committed Dec 10, 2022
1 parent fc771f1 commit c7dce40
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/main.yml
Expand Up @@ -128,6 +128,15 @@ jobs:
make -C cpython
ccache -s
- name: build openblas
shell: bash -l {0}
run: |
# This is necessary to use the ccache from emsdk
source pyodide_env.sh
ccache -z
PYODIDE_PACKAGES="openblas" make
ccache -s
- name: build Pyodide core + numpy
shell: bash -l {0}
run: |
Expand Down

0 comments on commit c7dce40

Please sign in to comment.