remove some mimalloc, netsurf and iconv references

This commit is contained in:
Karl Seguin
2025-12-19 07:18:47 +08:00
parent c3f8f9de54
commit 098eeea8f7
3 changed files with 2 additions and 34 deletions

View File

@@ -39,10 +39,6 @@ RUN ZIG=$(grep '\.minimum_zig_version = "' "build.zig.zon" | cut -d'"' -f2) && \
RUN git submodule init && \
git submodule update --recursive
RUN make install-libiconv && \
make install-netsurf && \
make install-mimalloc
# download and install v8
RUN case $TARGETPLATFORM in \
"linux/arm64") ARCH="aarch64" ;; \