Skip to content

Commit a77c544

Browse files
Merge pull request #90 from lightpanda-io/change-zig-version
change zig version to 0.15.1
2 parents 0cbfadf + e50378f commit a77c544

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions:
1111
contents: write
1212

1313
env:
14-
ZIG_VERSION: 0.14.1
14+
ZIG_VERSION: 0.15.1
1515
V8_REVISION: 13.6.233.8
1616

1717
jobs:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This dockerfile is used to build v8.
2-
ARG ZIG_DOCKER_VERSION=0.14.1
2+
ARG ZIG_DOCKER_VERSION=0.15.1
33
FROM ghcr.io/lightpanda-io/zig:${ZIG_DOCKER_VERSION} as build
44

55
ARG OS=linux

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Builds V8 from official source and provides C bindings and a Zig API. This would
55
V8 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`)

0 commit comments

Comments
 (0)