From 7461921bda70236177204edb6847a2203c1cafe2 Mon Sep 17 00:00:00 2001 From: "Wrench[bot]" Date: Sun, 7 Jan 2024 23:28:44 -0700 Subject: [PATCH 1/2] all: update Zig to version 0.12.0-dev.2063+804cee3b9 Signed-off-by: Wrench[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b9ce2779..30f2b3c5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,6 +13,6 @@ jobs: - name: Setup Zig run: | sudo apt install xz-utils - sudo sh -c 'wget -c https://pkg.machengine.org/zig/zig-linux-x86_64-0.12.0-dev.978+78855bd21.tar.xz -O - | tar -xJ --strip-components=1 -C /usr/local/bin' + sudo sh -c 'wget -c https://pkg.machengine.org/zig/zig-linux-x86_64-0.12.0-dev.2063+804cee3b9.tar.xz -O - | tar -xJ --strip-components=1 -C /usr/local/bin' - name: build run: zig build From 82ad085a59ac2b9ec67973a05a8c340b268e4cae Mon Sep 17 00:00:00 2001 From: Ali Chraghi Date: Mon, 8 Jan 2024 19:33:02 +0330 Subject: [PATCH 2/2] update to latest build API --- build.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.zig b/build.zig index 5f813894..d3131670 100644 --- a/build.zig +++ b/build.zig @@ -22,7 +22,7 @@ pub fn build(b: *std.Build) void { } fn installHeadersDirectoryExcludeLicenseFiles( - lib: *std.build.Step.Compile, + lib: *std.Build.Step.Compile, src_dir_path: []const u8, dest_rel_path: []const u8, ) void {