File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
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.15.1 '
8+ default : ' 0.15.2 '
99 arch :
1010 description : ' CPU arch used to select the v8 lib'
1111 required : false
Original file line number Diff line number Diff line change 11name : zig-fmt
22
33env :
4- ZIG_VERSION : 0.15.1
4+ ZIG_VERSION : 0.15.2
55
66on :
77 pull_request :
Original file line number Diff line number Diff line change 11FROM debian:stable
22
33ARG MINISIG=0.12
4- ARG ZIG=0.15.1
4+ ARG ZIG=0.15.2
55ARG ZIG_MINISIG=RWSGOq2NVecA2UPNdBUZykf1CCb147pkmdtYxgb3Ti+JO/wCYvhbAb/U
66ARG V8=14.0.365.4
77ARG ZIG_V8=v0.1.33
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ You can also follow the progress of our Javascript support in our dedicated [zig
164164
165165### Prerequisites
166166
167- Lightpanda is written with [ Zig] ( https://ziglang.org/ ) ` 0.15.1 ` . You have to
167+ Lightpanda is written with [ Zig] ( https://ziglang.org/ ) ` 0.15.2 ` . You have to
168168install it with the right version in order to build the project.
169169
170170Lightpanda also depends on
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ const Build = std.Build;
2323
2424/// Do not rename this constant. It is scanned by some scripts to determine
2525/// which zig version to install.
26- const recommended_zig_version = "0.15.1 " ;
26+ const recommended_zig_version = "0.15.2 " ;
2727
2828pub fn build (b : * Build ) ! void {
2929 switch (comptime builtin .zig_version .order (std .SemanticVersion .parse (recommended_zig_version ) catch unreachable )) {
Original file line number Diff line number Diff line change 4949 targetPkgs =
5050 pkgs : with pkgs ; [
5151 # Build Tools
52- zigpkgs . "0.15.1 "
52+ zigpkgs . "0.15.2 "
5353 zls
5454 python3
5555 pkg-config
You can’t perform that action at this time.
0 commit comments