File tree Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ inputs:
1717 zig-v8 :
1818 description : ' zig v8 version to install'
1919 required : false
20- default : ' v0.1.17 '
20+ default : ' v0.1.18 '
2121 v8 :
2222 description : ' v8 version to install'
2323 required : false
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ ARG ZIG=0.14.0
55ARG ZIG_MINISIG=RWSGOq2NVecA2UPNdBUZykf1CCb147pkmdtYxgb3Ti+JO/wCYvhbAb/U
66ARG ARCH=x86_64
77ARG V8=11.1.134
8- ARG ZIG_V8=v0.1.16
8+ ARG ZIG_V8=v0.1.18
99
1010RUN apt-get update -yq && \
1111 apt-get install -yq xz-utils \
@@ -51,10 +51,6 @@ WORKDIR /browser
5151RUN git submodule init && \
5252 git submodule update --recursive
5353
54- RUN cd vendor/zig-js-runtime && \
55- git submodule init && \
56- git submodule update --recursive
57-
5854RUN make install-libiconv && \
5955 make install-netsurf && \
6056 make install-mimalloc
Original file line number Diff line number Diff line change 1313 .hash = "tigerbeetle_io-0.0.0-ViLgxpyRBAB5BMfIcj3KMXfbJzwARs9uSl8aRy2OXULd" ,
1414 },
1515 .v8 = .{
16- .url = "https://github.com/karlseguin /zig-v8-fork/archive/e5f1c0c9f1ed147617427f22cdaf11df4ab60b79 .tar.gz" ,
17- .hash = "v8-0.0.0-xddH61vYIACI2pT1t-dUbXm18cHAKy-KWT_Qft4sBwam " ,
16+ .url = "https://github.com/lightpanda-io /zig-v8-fork/archive/5790c80fcd12dec64e596f6f66f09de567020e8a .tar.gz" ,
17+ .hash = "v8-0.0.0-xddH66roIAAdXNJpBKN_NO8zBz2H8b9moUzshBCfns2p " ,
1818 },
1919 //.v8 = .{ .path = "../zig-v8-fork" },
2020 //.tigerbeetle_io = .{ .path = "../tigerbeetle-io" },
You can’t perform that action at this time.
0 commit comments