Skip to content

Commit 267213e

Browse files
committed
use new version of zig-v8-fork
1 parent 6599d9d commit 267213e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

build.zig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ fn addDependencies(b: *Build, mod: *Build.Module, opts: *Build.Step.Options, pre
144144
.target = target,
145145
.optimize = mod.optimize.?,
146146
.prebuilt_v8_path = prebuilt_v8_path,
147+
.v8_cache_root = b.cache_root.path orelse "./",
147148
};
148149

149150
mod.addIncludePath(b.path("vendor/lightpanda"));

build.zig.zon

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
.fingerprint = 0xda130f3af836cea0,
66
.dependencies = .{
77
.v8 = .{
8-
.url = "https://github.com/lightpanda-io/zig-v8-fork/archive/e6e0d07b7760ee0d1a3304152a2a037cdf06f214.tar.gz",
9-
.hash = "v8-0.0.0-xddH6yQABACnW_8QSw-kCHqyNpG7a7RZK72LMQOxi8fl",
8+
.url = "https://github.com/lightpanda-io/zig-v8-fork/archive/5d891273bdbcc55f040a92d5d7ec9a3c5310d714.tar.gz",
9+
.hash = "v8-0.0.0-xddH68EABAC7OHTYVpDL9Ah3puTYCtH4gdBbwpHAJ2U8",
1010
},
11-
//.v8 = .{ .path = "../zig-v8-fork" },
11+
// .v8 = .{ .path = "../zig-v8-fork" },
1212
.@"ada-singleheader" = .{
1313
.url = "https://github.com/ada-url/ada/releases/download/v3.3.0/singleheader.zip",
1414
.hash = "N-V-__8AAPmhFAAw64ALjlzd5YMtzpSrmZ6KymsT84BKfB4s",

0 commit comments

Comments
 (0)