gpu-dawn: fix aarch64-macos builds
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
1ac41a0d91
commit
fc3f73997c
1 changed files with 3 additions and 0 deletions
3
libs/gpu-dawn/.github/workflows/m1_ci.yml
vendored
3
libs/gpu-dawn/.github/workflows/m1_ci.yml
vendored
|
|
@ -30,6 +30,9 @@ jobs:
|
||||||
# HACK: without this we encounter error: StreamTooLong on the next `zig build` below.
|
# HACK: without this we encounter error: StreamTooLong on the next `zig build` below.
|
||||||
# no clue why.
|
# no clue why.
|
||||||
rm -rf zig-cache zig-out
|
rm -rf zig-cache zig-out
|
||||||
|
env:
|
||||||
|
RELEASE_NAME: aarch64-macos-none_debug
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- name: install (release-fast)
|
- name: install (release-fast)
|
||||||
run: zig build install -Doptimize=ReleaseFast -Dtarget=aarch64-macos.12-none
|
run: zig build install -Doptimize=ReleaseFast -Dtarget=aarch64-macos.12-none
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue