gpu-dawn:ci: remove dawn-from-source option from builds
This commit is contained in:
parent
b5e6fb6c4f
commit
701f872ecb
2 changed files with 10 additions and 10 deletions
16
libs/gpu-dawn/.github/workflows/ci.yml
vendored
16
libs/gpu-dawn/.github/workflows/ci.yml
vendored
|
|
@ -20,7 +20,7 @@ jobs:
|
||||||
- name: Clone mach-glfw
|
- name: Clone mach-glfw
|
||||||
run: rm libs/mach-glfw && git clone https://github.com/hexops/mach-glfw libs/mach-glfw
|
run: rm libs/mach-glfw && git clone https://github.com/hexops/mach-glfw libs/mach-glfw
|
||||||
- name: install (debug)
|
- name: install (debug)
|
||||||
run: zig build install -Ddawn-from-source=true -Dtarget=x86_64-linux-gnu
|
run: zig build install -Dtarget=x86_64-linux-gnu
|
||||||
- name: upload (debug)
|
- name: upload (debug)
|
||||||
run: ./dev/upload-release.sh
|
run: ./dev/upload-release.sh
|
||||||
env:
|
env:
|
||||||
|
|
@ -41,7 +41,7 @@ jobs:
|
||||||
- name: Clone mach-glfw
|
- name: Clone mach-glfw
|
||||||
run: rm libs/mach-glfw && git clone https://github.com/hexops/mach-glfw libs/mach-glfw
|
run: rm libs/mach-glfw && git clone https://github.com/hexops/mach-glfw libs/mach-glfw
|
||||||
- name: install (release-fast)
|
- name: install (release-fast)
|
||||||
run: zig build install -Ddawn-from-source=true -Drelease-fast=true -Dtarget=x86_64-linux-gnu
|
run: zig build install -Drelease-fast=true -Dtarget=x86_64-linux-gnu
|
||||||
- name: upload (release-fast)
|
- name: upload (release-fast)
|
||||||
run: ./dev/upload-release.sh
|
run: ./dev/upload-release.sh
|
||||||
env:
|
env:
|
||||||
|
|
@ -62,7 +62,7 @@ jobs:
|
||||||
- name: Clone mach-glfw
|
- name: Clone mach-glfw
|
||||||
run: rm libs/mach-glfw && git clone https://github.com/hexops/mach-glfw libs/mach-glfw
|
run: rm libs/mach-glfw && git clone https://github.com/hexops/mach-glfw libs/mach-glfw
|
||||||
- name: install (debug)
|
- name: install (debug)
|
||||||
run: zig build install -Ddawn-from-source=true -Dtarget=x86_64-linux-musl
|
run: zig build install -Dtarget=x86_64-linux-musl
|
||||||
- name: upload (debug)
|
- name: upload (debug)
|
||||||
run: ./dev/upload-release.sh
|
run: ./dev/upload-release.sh
|
||||||
env:
|
env:
|
||||||
|
|
@ -83,7 +83,7 @@ jobs:
|
||||||
- name: Clone mach-glfw
|
- name: Clone mach-glfw
|
||||||
run: rm libs/mach-glfw && git clone https://github.com/hexops/mach-glfw libs/mach-glfw
|
run: rm libs/mach-glfw && git clone https://github.com/hexops/mach-glfw libs/mach-glfw
|
||||||
- name: install (release-fast)
|
- name: install (release-fast)
|
||||||
run: zig build install -Ddawn-from-source=true -Drelease-fast=true -Dtarget=x86_64-linux-musl
|
run: zig build install -Drelease-fast=true -Dtarget=x86_64-linux-musl
|
||||||
- name: upload (release-fast)
|
- name: upload (release-fast)
|
||||||
run: ./dev/upload-release.sh
|
run: ./dev/upload-release.sh
|
||||||
env:
|
env:
|
||||||
|
|
@ -109,7 +109,7 @@ jobs:
|
||||||
- name: Clone mach-glfw
|
- name: Clone mach-glfw
|
||||||
run: rm libs/mach-glfw && git clone https://github.com/hexops/mach-glfw libs/mach-glfw
|
run: rm libs/mach-glfw && git clone https://github.com/hexops/mach-glfw libs/mach-glfw
|
||||||
- name: install (debug)
|
- name: install (debug)
|
||||||
run: zig build install -Ddawn-from-source=true -Dtarget=x86_64-windows-gnu
|
run: zig build install -Dtarget=x86_64-windows-gnu
|
||||||
- name: upload (debug)
|
- name: upload (debug)
|
||||||
run: ./dev/upload-release.sh
|
run: ./dev/upload-release.sh
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
@ -137,7 +137,7 @@ jobs:
|
||||||
- name: Clone mach-glfw
|
- name: Clone mach-glfw
|
||||||
run: rm libs/mach-glfw && git clone https://github.com/hexops/mach-glfw libs/mach-glfw
|
run: rm libs/mach-glfw && git clone https://github.com/hexops/mach-glfw libs/mach-glfw
|
||||||
- name: install (release-fast)
|
- name: install (release-fast)
|
||||||
run: zig build install -Ddawn-from-source=true -Dtarget=x86_64-windows-gnu -Drelease-fast=true
|
run: zig build install -Dtarget=x86_64-windows-gnu -Drelease-fast=true
|
||||||
- name: upload (release-fast)
|
- name: upload (release-fast)
|
||||||
run: ./dev/upload-release.sh
|
run: ./dev/upload-release.sh
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
@ -161,7 +161,7 @@ jobs:
|
||||||
- name: Clone mach-glfw
|
- name: Clone mach-glfw
|
||||||
run: rm libs/mach-glfw && git clone https://github.com/hexops/mach-glfw libs/mach-glfw
|
run: rm libs/mach-glfw && git clone https://github.com/hexops/mach-glfw libs/mach-glfw
|
||||||
- name: install (debug)
|
- name: install (debug)
|
||||||
run: zig build install -Ddawn-from-source=true -Dtarget=x86_64-macos.12-none
|
run: zig build install -Dtarget=x86_64-macos.12-none
|
||||||
env:
|
env:
|
||||||
AGREE: true
|
AGREE: true
|
||||||
- name: upload (debug)
|
- name: upload (debug)
|
||||||
|
|
@ -185,7 +185,7 @@ jobs:
|
||||||
- name: Clone mach-glfw
|
- name: Clone mach-glfw
|
||||||
run: rm libs/mach-glfw && git clone https://github.com/hexops/mach-glfw libs/mach-glfw
|
run: rm libs/mach-glfw && git clone https://github.com/hexops/mach-glfw libs/mach-glfw
|
||||||
- name: install (release-fast)
|
- name: install (release-fast)
|
||||||
run: zig build install -Ddawn-from-source=true -Drelease-fast=true -Dtarget=x86_64-macos.12-none
|
run: zig build install -Drelease-fast=true -Dtarget=x86_64-macos.12-none
|
||||||
env:
|
env:
|
||||||
AGREE: true
|
AGREE: true
|
||||||
- name: upload (release-fast)
|
- name: upload (release-fast)
|
||||||
|
|
|
||||||
4
libs/gpu-dawn/.github/workflows/m1_ci.yml
vendored
4
libs/gpu-dawn/.github/workflows/m1_ci.yml
vendored
|
|
@ -25,7 +25,7 @@ jobs:
|
||||||
- name: Clone mach-glfw
|
- name: Clone mach-glfw
|
||||||
run: rm libs/mach-glfw && git clone https://github.com/hexops/mach-glfw libs/mach-glfw
|
run: rm libs/mach-glfw && git clone https://github.com/hexops/mach-glfw libs/mach-glfw
|
||||||
- name: install (debug)
|
- name: install (debug)
|
||||||
run: zig build install -Ddawn-from-source=true -Dtarget=aarch64-macos.12-none
|
run: zig build install -Dtarget=aarch64-macos.12-none
|
||||||
env:
|
env:
|
||||||
AGREE: true
|
AGREE: true
|
||||||
- name: upload (debug)
|
- name: upload (debug)
|
||||||
|
|
@ -34,7 +34,7 @@ jobs:
|
||||||
RELEASE_NAME: aarch64-macos-none_debug
|
RELEASE_NAME: aarch64-macos-none_debug
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- name: install (release-fast)
|
- name: install (release-fast)
|
||||||
run: zig build install -Ddawn-from-source=true -Drelease-fast=true -Dtarget=aarch64-macos.12-none
|
run: zig build install -Drelease-fast=true -Dtarget=aarch64-macos.12-none
|
||||||
env:
|
env:
|
||||||
AGREE: true
|
AGREE: true
|
||||||
- name: upload (release-fast)
|
- name: upload (release-fast)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue