Skip to content

Commit

Permalink
gpu-dawn: build Dawn from source in CI
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Gutekanst <[email protected]>
  • Loading branch information
slimsag committed Feb 12, 2022
1 parent bdb16cf commit 11a671e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# - name: Clone mach-glfw
# run: rm libs/mach-glfw && git clone https://github.com/hexops/mach-glfw libs/mach-glfw
# - name: install
# run: zig build install
# run: zig build install -Dfrom-source=true
# - name: upload
# run: |
# mv zig-out/lib/libdawn.a zig-out/lib/libdawn_linux-x86_64.a
Expand All @@ -47,7 +47,7 @@ jobs:
# 7z x zig.zip
# Add-Content $env:GITHUB_PATH "C:\zig-windows-x86_64-0.10.0-dev.670+e1a535360\"
# - name: install
# run: zig build install
# run: zig build install -Dfrom-source=true
# # TODO: upload step for Windows
x86_64-macos:
runs-on: macos-latest
Expand All @@ -64,7 +64,7 @@ jobs:
- name: Clone mach-glfw
run: rm libs/mach-glfw && git clone https://github.com/hexops/mach-glfw libs/mach-glfw
- name: install
run: zig build install
run: zig build install -Dfrom-source=true
env:
AGREE: true
- name: upload
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/m1_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
# - name: Clone mach-glfw
# run: rm libs/mach-glfw && git clone https://github.com/hexops/mach-glfw libs/mach-glfw
# - name: install
# run: zig build install
# run: zig build install -Dfrom-source=true
# env:
# AGREE: true
# - name: upload
Expand Down

0 comments on commit 11a671e

Please sign in to comment.