Update zig-v8 to v0.1.18

This commit is contained in:
sjorsdonkers
2025-04-18 17:40:54 +02:00
parent 2ac63b6985
commit 5026c48805
3 changed files with 4 additions and 8 deletions

View File

@@ -5,7 +5,7 @@ ARG ZIG=0.14.0
ARG ZIG_MINISIG=RWSGOq2NVecA2UPNdBUZykf1CCb147pkmdtYxgb3Ti+JO/wCYvhbAb/U
ARG ARCH=x86_64
ARG V8=11.1.134
ARG ZIG_V8=v0.1.16
ARG ZIG_V8=v0.1.18
RUN apt-get update -yq && \
apt-get install -yq xz-utils \
@@ -51,10 +51,6 @@ WORKDIR /browser
RUN git submodule init && \
git submodule update --recursive
RUN cd vendor/zig-js-runtime && \
git submodule init && \
git submodule update --recursive
RUN make install-libiconv && \
make install-netsurf && \
make install-mimalloc