mirror of https://github.com/pyodide/pyodide.git
Use emsdk version from the scipy PR
This commit is contained in:
parent
902e7463ae
commit
bad48f6b34
|
@ -18,7 +18,7 @@ jobs:
|
||||||
|
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
keys:
|
keys:
|
||||||
- v1-emsdk-{{ checksum "emsdk/Makefile" }}-v8-
|
- v1-emsdk-{{ checksum "emsdk/Makefile" }}-v11-
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: build
|
name: build
|
||||||
|
@ -36,7 +36,7 @@ jobs:
|
||||||
paths:
|
paths:
|
||||||
- ./emsdk/emsdk
|
- ./emsdk/emsdk
|
||||||
- ~/.ccache
|
- ~/.ccache
|
||||||
key: v1-emsdk-{{ checksum "emsdk/Makefile" }}-v8-{{ .BuildNum }}
|
key: v1-emsdk-{{ checksum "emsdk/Makefile" }}-v11-{{ .BuildNum }}
|
||||||
|
|
||||||
- persist_to_workspace:
|
- persist_to_workspace:
|
||||||
root: .
|
root: .
|
||||||
|
|
Loading…
Reference in New Issue