From 92ca7c5a4bf0e0e7f34c163cfe16d4847beae344 Mon Sep 17 00:00:00 2001 From: Karl Seguin Date: Tue, 30 Sep 2025 19:05:30 +0800 Subject: [PATCH] update zig-v8-form --- .github/actions/install/action.yml | 2 +- Dockerfile | 2 +- build.zig.zon | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/actions/install/action.yml b/.github/actions/install/action.yml index 29199712..17c02759 100644 --- a/.github/actions/install/action.yml +++ b/.github/actions/install/action.yml @@ -17,7 +17,7 @@ inputs: zig-v8: description: 'zig v8 version to install' required: false - default: 'v0.1.30' + default: 'v0.1.33' v8: description: 'v8 version to install' required: false diff --git a/Dockerfile b/Dockerfile index fc0145af..bcb613f7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ ARG MINISIG=0.12 ARG ZIG=0.15.1 ARG ZIG_MINISIG=RWSGOq2NVecA2UPNdBUZykf1CCb147pkmdtYxgb3Ti+JO/wCYvhbAb/U ARG V8=14.0.365.4 -ARG ZIG_V8=v0.1.30 +ARG ZIG_V8=v0.1.33 ARG TARGETPLATFORM RUN apt-get update -yq && \ diff --git a/build.zig.zon b/build.zig.zon index 9004a506..4de66da9 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -4,10 +4,10 @@ .version = "0.0.0", .fingerprint = 0xda130f3af836cea0, .dependencies = .{ - .v8 = .{ - .url = "https://github.com/lightpanda-io/zig-v8-fork/archive/b51ed00390101b1fb9dd1ba4650c13f6586d0e24.tar.gz", - .hash = "v8-0.0.0-xddH68vFAwCYTTv4JjcgP7OcXSW7bv3sCKtaJ2SWXjR8", - }, - //.v8 = .{ .path = "../zig-v8-fork" } + //.v8 = .{ + // .url = "https://github.com/lightpanda-io/zig-v8-fork/archive/b51ed00390101b1fb9dd1ba4650c13f6586d0e24.tar.gz", + // .hash = "v8-0.0.0-xddH68vFAwCYTTv4JjcgP7OcXSW7bv3sCKtaJ2SWXjR8", + //}, + .v8 = .{ .path = "../zig-v8-fork" } }, }