mirror of https://github.com/pyodide/pyodide.git
Remove CircleCI hacks
This commit is contained in:
parent
15c0228abc
commit
b072a9d34a
|
@ -25,11 +25,6 @@ jobs:
|
|||
no_output_timeout: 1200
|
||||
command: |
|
||||
|
||||
# download scipy package from https://github.com/iodide-project/pyodide/pull/211
|
||||
mkdir -p build
|
||||
wget -q -O build/scipy.js https://1535-122663163-gh.circle-artifacts.com/0/home/circleci/repo/build/scipy.js
|
||||
wget -q -O build/scipy.data https://1535-122663163-gh.circle-artifacts.com/0/home/circleci/repo/build/scipy.data
|
||||
|
||||
ccache -z
|
||||
make
|
||||
ccache -s
|
||||
|
|
Loading…
Reference in New Issue