gpu-dawn: workaround Apple Silicon CI issue
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
7a9707559b
commit
1ac41a0d91
1 changed files with 5 additions and 4 deletions
9
libs/gpu-dawn/.github/workflows/m1_ci.yml
vendored
9
libs/gpu-dawn/.github/workflows/m1_ci.yml
vendored
|
|
@ -25,10 +25,11 @@ jobs:
|
||||||
env:
|
env:
|
||||||
AGREE: true
|
AGREE: true
|
||||||
- name: upload (debug)
|
- name: upload (debug)
|
||||||
run: ./dev/upload-release.sh
|
run: |
|
||||||
env:
|
./dev/upload-release.sh
|
||||||
RELEASE_NAME: aarch64-macos-none_debug
|
# HACK: without this we encounter error: StreamTooLong on the next `zig build` below.
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
# no clue why.
|
||||||
|
rm -rf zig-cache zig-out
|
||||||
- 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