File tree Expand file tree Collapse file tree 5 files changed +63
-66
lines changed Expand file tree Collapse file tree 5 files changed +63
-66
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 11# This dockerfile is used to build v8.
2- ARG ZIG_DOCKER_VERSION=0.11.0
2+ ARG ZIG_DOCKER_VERSION=0.12.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 @@ -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 />
You can’t perform that action at this time.
0 commit comments