Update the iodide/pyodide-env:0.3.1 image

This commit is contained in:
Roman Yurchak 2018-11-05 19:05:16 +01:00
parent 66fe5feb2c
commit 79ba41b484
3 changed files with 3 additions and 11 deletions

View File

@ -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-

View File

@ -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)

View File

@ -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