From 11a671e53c8c3321d6ff3a5cf1f5fe70a3c95f02 Mon Sep 17 00:00:00 2001 From: Stephen Gutekanst Date: Fri, 11 Feb 2022 21:27:51 -0700 Subject: [PATCH] gpu-dawn: build Dawn from source in CI Signed-off-by: Stephen Gutekanst --- .github/workflows/ci.yml | 6 +++--- .github/workflows/m1_ci.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3248a4a42..94c384e30 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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 @@ -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 diff --git a/.github/workflows/m1_ci.yml b/.github/workflows/m1_ci.yml index b609c9b03..b96be7e8f 100644 --- a/.github/workflows/m1_ci.yml +++ b/.github/workflows/m1_ci.yml @@ -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