File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ permissions:
1111 contents : write
1212
1313env :
14- ZIG_VERSION : 0.14 .1
14+ ZIG_VERSION : 0.15 .1
1515 V8_REVISION : 13.6.233.8
1616
1717jobs :
Original file line number Diff line number Diff line change 11# This dockerfile is used to build v8.
2- ARG ZIG_DOCKER_VERSION=0.14 .1
2+ ARG ZIG_DOCKER_VERSION=0.15 .1
33FROM ghcr.io/lightpanda-io/zig:${ZIG_DOCKER_VERSION} as build
44
55ARG OS=linux
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Builds V8 from official source and provides C bindings and a Zig API. This would
55V8 is the JS/WASM runtime that powers Google Chrome and Microsoft Edge.
66
77## System Requirements
8- - Zig compiler (0.14 .1). Clone and build https://github.com/ziglang/zig .
8+ - Zig compiler (0.15 .1). Clone and build https://github.com/ziglang/zig .
99- Python 3 (2.7 seems to work as well)
1010- unzip (` apt install unzip ` )
1111- rsync (` apt install rsync ` )
You can’t perform that action at this time.
0 commit comments