From fc69d31a0ae80dcc32385fce8fe1274c68d1ca9a Mon Sep 17 00:00:00 2001 From: "Wrench[bot]" Date: Fri, 4 Oct 2024 10:35:57 -0700 Subject: [PATCH 1/2] all: update Zig to version 0.14.0-dev.1710+8ee52f99c Signed-off-by: Wrench[bot] --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6f8af637..858e5985 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ 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.13.0-dev.351+64ef45eb0.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.14.0-dev.1710+8ee52f99c.tar.xz -O - | tar -xJ --strip-components=1 -C /usr/local/bin' - name: x86_64-linux -> aarch64-macos run: zig build -Dtarget=aarch64-macos - name: build @@ -26,10 +26,10 @@ jobs: - name: Setup Zig run: | $ProgressPreference = 'SilentlyContinue' - Invoke-WebRequest -Uri "https://pkg.machengine.org/zig/zig-windows-x86_64-0.13.0-dev.351+64ef45eb0.zip" -OutFile "C:\zig.zip" + Invoke-WebRequest -Uri "https://pkg.machengine.org/zig/zig-windows-x86_64-0.14.0-dev.1710+8ee52f99c.zip" -OutFile "C:\zig.zip" cd C:\ 7z x zig.zip - Add-Content $env:GITHUB_PATH "C:\zig-windows-x86_64-0.13.0-dev.351+64ef45eb0\" + Add-Content $env:GITHUB_PATH "C:\zig-windows-x86_64-0.14.0-dev.1710+8ee52f99c\" - name: build run: zig build - name: test @@ -42,7 +42,7 @@ jobs: - name: Setup Zig run: | brew install xz - sudo sh -c 'wget -c https://pkg.machengine.org/zig/zig-macos-x86_64-0.13.0-dev.351+64ef45eb0.tar.xz -O - | tar -xJ --strip-components=1 -C /usr/local/bin' + sudo sh -c 'wget -c https://pkg.machengine.org/zig/zig-macos-x86_64-0.14.0-dev.1710+8ee52f99c.tar.xz -O - | tar -xJ --strip-components=1 -C /usr/local/bin' - name: build run: zig build - name: test From fb86a1226b6022cbfecb6f8837c7202da4d6832e Mon Sep 17 00:00:00 2001 From: Stephen Gutekanst Date: Fri, 4 Oct 2024 12:27:33 -0700 Subject: [PATCH 2/2] update to Zig 2024.10-mach (helps hexops/mach#1276) Signed-off-by: Stephen Gutekanst --- build.zig.zon | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.zig.zon b/build.zig.zon index 743690f8..8ec9abae 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -13,12 +13,12 @@ }, .dependencies = .{ .flac = .{ - .url = "https://pkg.machengine.org/flac/b557da42d99e051fcf81088589054ac5a722ee1c.tar.gz", - .hash = "12202f50f0f9689298e98050be34a5227b285495c4cfc0238e6c92ff3e3c0b090761", + .url = "https://pkg.machengine.org/flac/e5bc97de7708c1b4c70e15d4a72550265bd0b737.tar.gz", + .hash = "122032870794c2e643309626cddfaee648feb18aaeb39746592b89818678d2a59ba6", }, .linux_audio_headers = .{ - .url = "https://pkg.machengine.org/linux-audio-headers/55524472876fe73bac0dcaa11b38f92958751ad4.tar.gz", - .hash = "122042c20087cc1e40d24a61c9d725be36ac5914d6e87e1776cc3cfaecedbcc0be16", + .url = "https://pkg.machengine.org/linux-audio-headers/f3c7af67371ac8ccc1ba9c9401833b78ab7d7300.tar.gz", + .hash = "12205e969e48f38bcc1184c4ea41785b662d1c694fb31225406a871cf491a5bed31e", }, }, }