all: CI: remove AGREE: true env var

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2023-07-03 20:24:10 -07:00
parent 02b9f7d132
commit d673560f1e
9 changed files with 0 additions and 46 deletions

View file

@ -32,12 +32,8 @@ jobs:
# run: zig build -Dtarget=x86_64-linux-musl # run: zig build -Dtarget=x86_64-linux-musl
- name: x86_64-linux -> x86_64-macos - name: x86_64-linux -> x86_64-macos
run: zig build -Dtarget=x86_64-macos run: zig build -Dtarget=x86_64-macos
env:
AGREE: true
- name: x86_64-linux -> aarch64-macos - name: x86_64-linux -> aarch64-macos
run: zig build -Dtarget=aarch64-macos run: zig build -Dtarget=aarch64-macos
env:
AGREE: true
- name: x86_64-linux -> x86_64-windows - name: x86_64-linux -> x86_64-windows
run: zig build -Dtarget=x86_64-windows-gnu run: zig build -Dtarget=x86_64-windows-gnu
- name: launch xvfb - name: launch xvfb
@ -80,5 +76,3 @@ jobs:
sudo sh -c 'wget -c https://ziglang.org/builds/zig-macos-x86_64-0.11.0-dev.3883+7166407d8.tar.xz -O - | tar -xJ --strip-components=1 -C /usr/local/bin' sudo sh -c 'wget -c https://ziglang.org/builds/zig-macos-x86_64-0.11.0-dev.3883+7166407d8.tar.xz -O - | tar -xJ --strip-components=1 -C /usr/local/bin'
- name: test - name: test
run: zig build test run: zig build test
env:
AGREE: true

View file

@ -28,11 +28,7 @@ jobs:
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: test - name: test
run: zig build test run: zig build test
env:
AGREE: true
- name: build - name: build
run: zig build run: zig build
env:
AGREE: true
- name: build (WASM) - name: build (WASM)
run: zig build -Dtarget=wasm32-freestanding-none run: zig build -Dtarget=wasm32-freestanding-none

View file

@ -69,9 +69,5 @@ jobs:
git clone https://github.com/hexops/mach-gpu libs/mach-gpu git clone https://github.com/hexops/mach-gpu libs/mach-gpu
git clone https://github.com/hexops/mach-gpu-dawn libs/mach-gpu-dawn git clone https://github.com/hexops/mach-gpu-dawn libs/mach-gpu-dawn
zig build zig build
env:
AGREE: true
- name: test - name: test
run: zig build test run: zig build test
env:
AGREE: true

View file

@ -19,12 +19,8 @@ jobs:
sudo sh -c 'wget -c https://ziglang.org/builds/zig-linux-x86_64-0.11.0-dev.3883+7166407d8.tar.xz -O - | tar -xJ --strip-components=1 -C /usr/local/bin' sudo sh -c 'wget -c https://ziglang.org/builds/zig-linux-x86_64-0.11.0-dev.3883+7166407d8.tar.xz -O - | tar -xJ --strip-components=1 -C /usr/local/bin'
- name: x86_64-linux -> x86_64-macos - name: x86_64-linux -> x86_64-macos
run: zig build -Dtarget=x86_64-macos run: zig build -Dtarget=x86_64-macos
env:
AGREE: true
- name: x86_64-linux -> aarch64-macos - name: x86_64-linux -> aarch64-macos
run: zig build -Dtarget=aarch64-macos run: zig build -Dtarget=aarch64-macos
env:
AGREE: true
- name: x86_64-linux -> x86_64-windows - name: x86_64-linux -> x86_64-windows
run: zig build -Dtarget=x86_64-windows run: zig build -Dtarget=x86_64-windows
- name: launch xvfb - name: launch xvfb
@ -52,12 +48,8 @@ jobs:
Add-Content $env:GITHUB_PATH "C:\zig-windows-x86_64-0.11.0-dev.3883+7166407d8\" Add-Content $env:GITHUB_PATH "C:\zig-windows-x86_64-0.11.0-dev.3883+7166407d8\"
- name: x86_64-windows -> x86_64-macos - name: x86_64-windows -> x86_64-macos
run: zig build -Dtarget=x86_64-macos run: zig build -Dtarget=x86_64-macos
env:
AGREE: true
- name: x86_64-windows -> aarch64-macos - name: x86_64-windows -> aarch64-macos
run: zig build -Dtarget=aarch64-macos run: zig build -Dtarget=aarch64-macos
env:
AGREE: true
- name: x86_64-windows -> x86_64-linux - name: x86_64-windows -> x86_64-linux
run: zig build -Dtarget=x86_64-linux run: zig build -Dtarget=x86_64-linux
- name: test - name: test
@ -77,12 +69,8 @@ jobs:
sudo sh -c 'wget -c https://ziglang.org/builds/zig-macos-x86_64-0.11.0-dev.3883+7166407d8.tar.xz -O - | tar -xJ --strip-components=1 -C /usr/local/bin' sudo sh -c 'wget -c https://ziglang.org/builds/zig-macos-x86_64-0.11.0-dev.3883+7166407d8.tar.xz -O - | tar -xJ --strip-components=1 -C /usr/local/bin'
- name: test - name: test
run: zig build test run: zig build test
env:
AGREE: true
- name: x86_64-macos -> aarch64-macos - name: x86_64-macos -> aarch64-macos
run: zig build -Dtarget=aarch64-macos run: zig build -Dtarget=aarch64-macos
env:
AGREE: true
- name: x86_64-macos -> x86_64-windows - name: x86_64-macos -> x86_64-windows
run: zig build -Dtarget=x86_64-windows run: zig build -Dtarget=x86_64-windows
- name: x86_64-macos -> x86_64-linux - name: x86_64-macos -> x86_64-linux

View file

@ -23,12 +23,8 @@ jobs:
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: test - name: test
run: zig build test run: zig build test
env:
AGREE: true
- name: aarch64-macos -> x86_64-macos - name: aarch64-macos -> x86_64-macos
run: zig build -Dtarget=x86_64-macos run: zig build -Dtarget=x86_64-macos
env:
AGREE: true
- name: aarch64-macos -> x86_64-windows - name: aarch64-macos -> x86_64-windows
run: zig build -Dtarget=x86_64-windows run: zig build -Dtarget=x86_64-windows
- name: aarch64-macos -> x86_64-linux - name: aarch64-macos -> x86_64-linux

View file

@ -242,8 +242,6 @@ jobs:
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 -Dtarget=x86_64-macos run: zig build install -Dtarget=x86_64-macos
env:
AGREE: true
- name: upload (debug) - name: upload (debug)
run: ./dev/upload-release.sh run: ./dev/upload-release.sh
env: env:
@ -266,8 +264,6 @@ jobs:
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 -Doptimize=ReleaseFast -Dtarget=x86_64-macos run: zig build install -Doptimize=ReleaseFast -Dtarget=x86_64-macos
env:
AGREE: true
- name: upload (release-fast) - name: upload (release-fast)
run: ./dev/upload-release.sh run: ./dev/upload-release.sh
env: env:

View file

@ -22,8 +22,6 @@ jobs:
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 -Dtarget=aarch64-macos run: zig build install -Dtarget=aarch64-macos
env:
AGREE: true
- name: upload (debug) - name: upload (debug)
run: | run: |
./dev/upload-release.sh ./dev/upload-release.sh
@ -35,8 +33,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: install (release-fast) - name: install (release-fast)
run: zig build install -Doptimize=ReleaseFast -Dtarget=aarch64-macos run: zig build install -Doptimize=ReleaseFast -Dtarget=aarch64-macos
env:
AGREE: true
- name: upload (release-fast) - name: upload (release-fast)
run: ./dev/upload-release.sh run: ./dev/upload-release.sh
env: env:

View file

@ -58,9 +58,5 @@ jobs:
git clone https://github.com/hexops/mach-glfw libs/mach-glfw git clone https://github.com/hexops/mach-glfw libs/mach-glfw
git clone https://github.com/hexops/mach-gpu-dawn libs/mach-gpu-dawn git clone https://github.com/hexops/mach-gpu-dawn libs/mach-gpu-dawn
zig build zig build
env:
AGREE: true
- name: test - name: test
run: zig build test run: zig build test
env:
AGREE: true

View file

@ -49,9 +49,5 @@ jobs:
sudo sh -c 'wget -c https://ziglang.org/builds/zig-macos-x86_64-0.11.0-dev.3883+7166407d8.tar.xz -O - | tar -xJ --strip-components=1 -C /usr/local/bin' sudo sh -c 'wget -c https://ziglang.org/builds/zig-macos-x86_64-0.11.0-dev.3883+7166407d8.tar.xz -O - | tar -xJ --strip-components=1 -C /usr/local/bin'
- name: build - name: build
run: zig build run: zig build
env:
AGREE: true
- name: test - name: test
run: zig build test run: zig build test
env:
AGREE: true