CI: disable macOS cross compilation for now

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2024-10-08 10:00:09 -07:00 committed by Stephen Gutekanst
parent 26b385eb8e
commit b8d8cf5a55

View file

@ -31,11 +31,13 @@ jobs:
run: Xvfb :99 -screen 0 1680x720x24 > /dev/null 2>&1 & run: Xvfb :99 -screen 0 1680x720x24 > /dev/null 2>&1 &
# - name: x86_64-linux -> x86_64-linux-musl # - name: x86_64-linux -> x86_64-linux-musl
# run: zig build -Dtarget=x86_64-linux-musl # run: zig build -Dtarget=x86_64-linux-musl
- name: x86_64-linux -> x86_64-macos # TODO(build): currently cannot link on macOS due to a bug in the Zig linker. https://github.com/hexops/mach/issues/1276
run: zig build -Dtarget=x86_64-macos # - name: x86_64-linux -> x86_64-macos
- name: x86_64-linux -> aarch64-macos # run: zig build -Dtarget=x86_64-macos
run: zig build -Dtarget=aarch64-macos # - name: x86_64-linux -> aarch64-macos
# run: zig build -Dtarget=aarch64-macos
- 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: build - name: build
run: zig build run: zig build