gpu-dawn: workaround linux build issue on aarch64

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2023-07-06 22:43:59 -07:00
parent ffb7366fe3
commit fe4456c9df

View file

@ -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: