Skip to content

Commit 8e1b5c4

Browse files
committed
Revert "Test for microsoft/mimalloc@9b75377"
This reverts commit 5cb048b.
1 parent cad0beb commit 8e1b5c4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: Dockerfile

-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ RUN \
1313
build-essential \
1414
ccache \
1515
libglib2.0-dev \
16-
patchutils \
1716
pkgconf \
1817
# needed for Meson
1918
ninja-build \
@@ -26,7 +25,6 @@ RUN \
2625
# Emscripten patches
2726
RUN \
2827
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 && \
29-
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 && \
3028
emcc --clear-cache && embuilder build sysroot --force
3129

3230
# Rust

0 commit comments

Comments
 (0)