mirror of https://github.com/pyodide/pyodide.git
Update the iodide/pyodide-env:0.3.1 image
This commit is contained in:
parent
66fe5feb2c
commit
79ba41b484
|
@ -3,7 +3,7 @@ version: 2
|
|||
defaults: &defaults
|
||||
working_directory: ~/repo
|
||||
docker:
|
||||
- image: iodide/pyodide-env:0.3.0
|
||||
- image: iodide/pyodide-env:0.3.1
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
@ -16,13 +16,6 @@ jobs:
|
|||
command: |
|
||||
make lint
|
||||
|
||||
- run:
|
||||
name: dependencies
|
||||
command: |
|
||||
# TODO: update pyodide-env image with the below
|
||||
sudo apt-get update
|
||||
sudo apt-get install gfortran f2c
|
||||
|
||||
- restore_cache:
|
||||
keys:
|
||||
- v1-emsdk-{{ checksum "emsdk/Makefile" }}-v11-
|
||||
|
|
3
Makefile
3
Makefile
|
@ -135,8 +135,7 @@ clean:
|
|||
rm -fr src/*.bc
|
||||
make -C packages clean
|
||||
make -C six clean
|
||||
make -C CLAPACK-WA cleanall
|
||||
echo "The Emsdk and CPython are not cleaned. cd into those directories to do so."
|
||||
echo "The Emsdk, CPython and CLAPACK are not cleaned. cd into those directories to do so."
|
||||
|
||||
|
||||
%.bc: %.c $(CPYTHONLIB) $(LZ4LIB)
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#!/bin/sh
|
||||
docker run --rm -v $PWD:/src --user root -e NB_UID=$UID -e NB_GID=$GID -it iodide/pyodide-env:0.3.0 /bin/bash
|
||||
docker run --rm -v $PWD:/src --user root -e NB_UID=$UID -e NB_GID=$GID -it iodide/pyodide-env:0.3.1 /bin/bash
|
||||
|
|
Loading…
Reference in New Issue