gpu-dawn: workaround linux build issue on aarch64
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
ffb7366fe3
commit
fe4456c9df
1 changed files with 2 additions and 2 deletions
4
libs/gpu-dawn/.github/workflows/ci.yml
vendored
4
libs/gpu-dawn/.github/workflows/ci.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue