Skip to content

Commit 6b582a0

Browse files
committed
Test for microsoft/mimalloc@51c09e7 (v3.0.3)
1 parent 4526ca3 commit 6b582a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN \
2525
# Emscripten patches
2626
RUN \
2727
curl -Ls https://github.com/emscripten-core/emscripten/compare/4.0.8...kleisauke:wasm-vips-4.0.8.patch | patch -p1 -d $EMSDK/upstream/emscripten && \
28-
curl -Ls https://github.com/emscripten-core/emscripten/compare/a9651ff...kleisauke:mimalloc-update-3.0.1.patch | patch -p1 -d $EMSDK/upstream/emscripten && \
28+
curl -Ls https://github.com/emscripten-core/emscripten/compare/5b489fcd...kleisauke:mimalloc-update-3.0.3.patch | patch -p1 -d $EMSDK/upstream/emscripten && \
2929
emcc --clear-cache && embuilder build sysroot --force
3030

3131
# Rust

0 commit comments

Comments
 (0)