Switch to upstream docker image for emscripten build.

This commit is contained in:
Daniel Kirchner
2020-06-04 16:17:29 +02:00
parent 389da3018a
commit 59ee743f6a
5 changed files with 18 additions and 14 deletions
@@ -54,6 +54,10 @@ cmake \
-DTESTS=0 \
..
make -j 4 soljson
# Patch soljson.js for backwards compatibility.
# TODO: remove this with 0.7.
# "viiiii" encodes the signature of the callback function.
sed -i -e 's/addFunction(func,sig){/addFunction(func,sig){sig=sig||"viiiii";/' libsolc/soljson.js
cd ..
mkdir -p upload