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 7de8559687
commit 635fd5e0ce
2 changed files with 0 additions and 16 deletions

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