Change: upgrade Emscripten to 2.0.31 and enable LZMA by default (#9604)

This commit is contained in:
Patric Stout
2021-10-03 16:20:05 +02:00
committed by Patric Stout
parent 1bb94a51e1
commit 4137c2e2e8
6 changed files with 40 additions and 39 deletions

View File

@@ -1,4 +1,4 @@
FROM emscripten/emsdk:2.0.10
FROM emscripten/emsdk:2.0.31
COPY emsdk-liblzma.patch /
RUN cd /emsdk/upstream/emscripten && patch -p1 < /emsdk-liblzma.patch