Skip to content

Commit

Permalink
Test for microsoft/mimalloc@8c532c3 (v2.1.7)
Browse files Browse the repository at this point in the history
  • Loading branch information
kleisauke committed Nov 27, 2024
1 parent 63500a5 commit 605b53f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ RUN \
build-essential \
ccache \
libglib2.0-dev \
patchutils \
pkgconf \
# needed for Meson
ninja-build \
Expand All @@ -25,6 +26,8 @@ RUN \
# Emscripten patches
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 && \
emcc --clear-cache && embuilder build sysroot --force

# Rust
Expand Down

0 comments on commit 605b53f

Please sign in to comment.