File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 55 zig :
66 description : ' Zig version to install'
77 required : false
8- default : ' 0.14.0 '
8+ default : ' 0.14.1 '
99 arch :
1010 description : ' CPU arch used to select the v8 lib'
1111 required : false
3636 shell : bash
3737 run : sudo apt-get install -y wget xz-utils python3 ca-certificates git pkg-config libglib2.0-dev gperf libexpat1-dev cmake clang
3838
39- - uses : mlugg/setup-zig@v1
39+ - uses : mlugg/setup-zig@v2
4040 with :
4141 version : ${{ inputs.zig }}
4242
Original file line number Diff line number Diff line change 11name : zig-fmt
22
33env :
4- ZIG_VERSION : 0.14.0
4+ ZIG_VERSION : 0.14.1
55
66on :
77 pull_request :
3232 timeout-minutes : 15
3333
3434 steps :
35- - uses : mlugg/setup-zig@v1
35+ - uses : mlugg/setup-zig@v2
3636 with :
3737 version : ${{ env.ZIG_VERSION }}
3838
Original file line number Diff line number Diff line change 11FROM ubuntu:24.04
22
33ARG MINISIG=0.12
4- ARG ZIG=0.14.0
4+ ARG ZIG=0.14.1
55ARG ZIG_MINISIG=RWSGOq2NVecA2UPNdBUZykf1CCb147pkmdtYxgb3Ti+JO/wCYvhbAb/U
66ARG ARCH=x86_64
7- ARG V8=11.1.134
7+ ARG V8=13.6.233.8
88ARG ZIG_V8=v0.1.24
99
1010RUN apt-get update -yq && \
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ You can also follow the progress of our Javascript support in our dedicated [zig
148148
149149### Prerequisites
150150
151- Lightpanda is written with [ Zig] ( https://ziglang.org/ ) ` 0.14.0 ` . You have to
151+ Lightpanda is written with [ Zig] ( https://ziglang.org/ ) ` 0.14.1 ` . You have to
152152install it with the right version in order to build the project.
153153
154154Lightpanda also depends on
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ const builtin = @import("builtin");
2121
2222/// Do not rename this constant. It is scanned by some scripts to determine
2323/// which zig version to install.
24- const recommended_zig_version = "0.14.0 " ;
24+ const recommended_zig_version = "0.14.1 " ;
2525
2626pub fn build (b : * std.Build ) ! void {
2727 switch (comptime builtin .zig_version .order (std .SemanticVersion .parse (recommended_zig_version ) catch unreachable )) {
You can’t perform that action at this time.
0 commit comments