Skip to content

Commit 958ec32

Browse files
Merge pull request #21 from lightpanda-io/zig-upgrade
upgrade zig 0.12.1
2 parents c2c3c4d + f7e0d7c commit 958ec32

File tree

5 files changed

+63
-66
lines changed

5 files changed

+63
-66
lines changed

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- arch: x86_64
2323
os: linux
2424
build_arch: amd64
25-
zig_docker_version: 0.12.0-dev.1773-8a8fd47d2
25+
zig_docker_version: 0.12.1
2626
name: build-release
2727
runs-on: ubuntu-latest
2828
permissions:

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.11.0
2+
ARG ZIG_DOCKER_VERSION=0.12.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
@@ -24,7 +24,7 @@ Static libs are built and released with [Github Actions](https://github.com/fuba
2424
\* Time is measured on standard Github instances.
2525

2626
## System Requirements
27-
- Zig compiler (0.11.0). You can get that [here](https://ziglang.org/download/).
27+
- Zig compiler (0.12.1). You can get that [here](https://ziglang.org/download/).
2828
- Python 3 (2.7 seems to work as well)
2929
- For native macOS builds:
3030
- XCode (You won't need this when using zig's c++ toolchain!)<br/>

0 commit comments

Comments
 (0)