Skip to content

Commit

Permalink
CI: disable macOS cross compilation for now
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
  • Loading branch information
slimsag committed Oct 8, 2024
1 parent 06dee2e commit dfd89dd
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,13 @@ jobs:
run: Xvfb :99 -screen 0 1680x720x24 > /dev/null 2>&1 &
# - name: x86_64-linux -> x86_64-linux-musl
# run: zig build -Dtarget=x86_64-linux-musl
- name: x86_64-linux -> x86_64-macos
run: zig build -Dtarget=x86_64-macos
- name: x86_64-linux -> aarch64-macos
run: zig build -Dtarget=aarch64-macos
# TODO(build): currently cannot link on macOS due to a bug in the Zig linker. https://github.com/hexops/mach/issues/1276
# - name: x86_64-linux -> x86_64-macos
# run: zig build -Dtarget=x86_64-macos
# - name: x86_64-linux -> aarch64-macos
# run: zig build -Dtarget=aarch64-macos
- name: x86_64-linux -> x86_64-windows

run: zig build -Dtarget=x86_64-windows-gnu
- name: build
run: zig build
Expand Down

0 comments on commit dfd89dd

Please sign in to comment.