We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cad0beb commit 8e1b5c4Copy full SHA for 8e1b5c4
Dockerfile
@@ -13,7 +13,6 @@ RUN \
13
build-essential \
14
ccache \
15
libglib2.0-dev \
16
- patchutils \
17
pkgconf \
18
# needed for Meson
19
ninja-build \
@@ -26,7 +25,6 @@ RUN \
26
25
# Emscripten patches
27
RUN \
28
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 && \
30
emcc --clear-cache && embuilder build sysroot --force
31
32
# Rust
0 commit comments