Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kleisauke committed Nov 27, 2024
1 parent 605b53f commit 5cb048b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ RUN \
curl -Ls https://github.com/emscripten-core/emscripten/compare/3.1.72...kleisauke:wasm-vips-3.1.72.patch | patch -p1 -d $EMSDK/upstream/emscripten && \
curl -Ls https://github.com/emscripten-core/emscripten/commit/d0a2dce14cc3debad719e111ed7830ee5eb728b0.patch | patch -p1 -d $EMSDK/upstream/emscripten && \
curl -Ls https://github.com/emscripten-core/emscripten/commit/27d7daac1c2d3741a2aee3e88b1f660b21b49af6.patch | filterdiff -p1 -x ChangeLog.md | patch -p1 -d $EMSDK/upstream/emscripten && \
curl -Ls https://github.com/emscripten-core/emscripten/compare/55934a5...kleisauke:mimalloc-update-9b75377.patch | filterdiff -p1 -x ChangeLog.md | patch -p1 -d $EMSDK/upstream/emscripten && \
emcc --clear-cache && embuilder build sysroot --force

# Rust
Expand Down

0 comments on commit 5cb048b

Please sign in to comment.