Skip to content

Commit

Permalink
fix: use explicit version of emscripten docker img
Browse files Browse the repository at this point in the history
  • Loading branch information
abdes committed Apr 20, 2020
1 parent 4cc3f16 commit 421f0d6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM trzeci/emscripten-upstream
FROM trzeci/emscripten:1.39.10-upstream

RUN apt-get update && \
apt-get install -qqy autoconf automake libtool
2 changes: 0 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,6 @@ if [ "$TARGET" == "all" ] || [ "$TARGET" == "binding" ]; then
EMCC_OPTIONS="-O3 \
-fno-exceptions \
--bind \
--no-entry \
-s STRICT=1 \
-s ASSERTIONS=1 \
-s ALLOW_MEMORY_GROWTH=1 \
-s MALLOC=emmalloc \
Expand Down

0 comments on commit 421f0d6

Please sign in to comment.