disable Windows -> MacOS cross compilation for now
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
73719acb29
commit
a134b5e842
1 changed files with 9 additions and 12 deletions
21
.github/workflows/ci.yml
vendored
21
.github/workflows/ci.yml
vendored
|
|
@ -53,18 +53,15 @@ jobs:
|
||||||
cd C:\
|
cd C:\
|
||||||
7z x zig.zip
|
7z x zig.zip
|
||||||
Add-Content $env:GITHUB_PATH "C:\zig-windows-x86_64-0.9.0-dev.952+0c091feb5\"
|
Add-Content $env:GITHUB_PATH "C:\zig-windows-x86_64-0.9.0-dev.952+0c091feb5\"
|
||||||
- name: x86_64-windows -> x86_64-macos
|
# TODO(windows): `zig build test -Dtarget=x86_64-macos` fails - see hexops/mach#8
|
||||||
# TODO(slimsag): bug: `zig build test -Dtarget=x86_64-macos` fails on Windows with `error: Unexpected`
|
# - name: x86_64-windows -> x86_64-macos
|
||||||
# Maybe an issue in final linking? Maybe it's trying to run the Mac binary? Needs investigation
|
# run: zig build install -Dtarget=x86_64-macos
|
||||||
run: zig build install -Dtarget=x86_64-macos
|
# env:
|
||||||
env:
|
# AGREE: true
|
||||||
AGREE: true
|
# - name: x86_64-windows -> aarch64-macos
|
||||||
- name: x86_64-windows -> aarch64-macos
|
# run: zig build install -Dtarget=aarch64-macos
|
||||||
# TODO(slimsag): bug: `zig build test -Dtarget=aarch64-macos` fails on Windows with `error: Unexpected`
|
# env:
|
||||||
# Maybe an issue in final linking? Maybe it's trying to run the Mac binary? Needs investigation
|
# AGREE: true
|
||||||
run: zig build install -Dtarget=aarch64-macos
|
|
||||||
env:
|
|
||||||
AGREE: true
|
|
||||||
- name: x86_64-windows -> x86_64-linux
|
- name: x86_64-windows -> x86_64-linux
|
||||||
run: zig build test -Dtarget=x86_64-linux
|
run: zig build test -Dtarget=x86_64-linux
|
||||||
- name: mach::test
|
- name: mach::test
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue