Commit 79ba41b4 authored by Roman Yurchak's avatar Roman Yurchak

Update the iodide/pyodide-env:0.3.1 image

parent 66fe5feb
......@@ -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-
......
......@@ -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)
......
#!/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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment