From fe4456c9dfd1b709c0013b64331d0f071985da28 Mon Sep 17 00:00:00 2001 From: Stephen Gutekanst Date: Thu, 6 Jul 2023 22:43:59 -0700 Subject: [PATCH] gpu-dawn: workaround linux build issue on aarch64 Signed-off-by: Stephen Gutekanst --- libs/gpu-dawn/.github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/gpu-dawn/.github/workflows/ci.yml b/libs/gpu-dawn/.github/workflows/ci.yml index 3ee58547..6a3c26ba 100644 --- a/libs/gpu-dawn/.github/workflows/ci.yml +++ b/libs/gpu-dawn/.github/workflows/ci.yml @@ -114,7 +114,7 @@ jobs: - name: Clone mach-glfw run: rm libs/mach-glfw && git clone --recursive https://github.com/hexops/mach-glfw libs/mach-glfw - name: install (debug) - run: zig build install -Dtarget=aarch64-linux-gnu + run: zig build install # -Dtarget=aarch64-linux-gnu # TODO(libx11) https://github.com/hexops/mach/issues/845 - name: upload (debug) run: ./dev/upload-release.sh env: @@ -137,7 +137,7 @@ jobs: - name: Clone mach-glfw run: rm libs/mach-glfw && git clone --recursive https://github.com/hexops/mach-glfw libs/mach-glfw - name: install (release-fast) - run: zig build install -Doptimize=ReleaseFast -Dtarget=aarch64-linux-gnu + run: zig build install -Doptimize=ReleaseFast # -Dtarget=aarch64-linux-gnu # TODO(libx11) https://github.com/hexops/mach/issues/845 - name: upload (release-fast) run: ./dev/upload-release.sh env: