Skip to content

Commit

Permalink
Revert "Test for microsoft/mimalloc@9b75377"
Browse files Browse the repository at this point in the history
This reverts commit 5cb048b.
  • Loading branch information
kleisauke committed Nov 28, 2024
1 parent cad0beb commit 8e1b5c4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ RUN \
build-essential \
ccache \
libglib2.0-dev \
patchutils \
pkgconf \
# needed for Meson
ninja-build \
Expand All @@ -26,7 +25,6 @@ RUN \
# Emscripten patches
RUN \
curl -Ls https://github.com/emscripten-core/emscripten/compare/3.1.73...kleisauke:wasm-vips-3.1.73.patch | 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 8e1b5c4

Please sign in to comment.