File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ inputs:
17
17
zig-v8 :
18
18
description : ' zig v8 version to install'
19
19
required : false
20
- default : ' v0.1.30 '
20
+ default : ' v0.1.33 '
21
21
v8 :
22
22
description : ' v8 version to install'
23
23
required : false
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ ARG MINISIG=0.12
4
4
ARG ZIG=0.15.1
5
5
ARG ZIG_MINISIG=RWSGOq2NVecA2UPNdBUZykf1CCb147pkmdtYxgb3Ti+JO/wCYvhbAb/U
6
6
ARG V8=14.0.365.4
7
- ARG ZIG_V8=v0.1.30
7
+ ARG ZIG_V8=v0.1.33
8
8
ARG TARGETPLATFORM
9
9
10
10
RUN apt-get update -yq && \
Original file line number Diff line number Diff line change 4
4
.version = "0.0.0" ,
5
5
.fingerprint = 0xda130f3af836cea0 ,
6
6
.dependencies = .{
7
- .v8 = .{
8
- .url = "https://github.com/lightpanda-io/zig-v8-fork/archive/b51ed00390101b1fb9dd1ba4650c13f6586d0e24.tar.gz" ,
9
- .hash = "v8-0.0.0-xddH68vFAwCYTTv4JjcgP7OcXSW7bv3sCKtaJ2SWXjR8" ,
10
- },
11
- // .v8 = .{ .path = "../zig-v8-fork" }
7
+ // .v8 = .{
8
+ // .url = "https://github.com/lightpanda-io/zig-v8-fork/archive/b51ed00390101b1fb9dd1ba4650c13f6586d0e24.tar.gz",
9
+ // .hash = "v8-0.0.0-xddH68vFAwCYTTv4JjcgP7OcXSW7bv3sCKtaJ2SWXjR8",
10
+ // },
11
+ .v8 = .{ .path = "../zig-v8-fork" }
12
12
},
13
13
}
You can’t perform that action at this time.
0 commit comments