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 GitHub
parent e404d16929
commit 3046a6ce39
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