CI: disable windows cross-compilation for now
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
ed7c180f26
commit
e872ab5aa0
1 changed files with 3 additions and 2 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
|
@ -36,8 +36,9 @@ jobs:
|
||||||
# run: zig build -Dtarget=x86_64-macos
|
# run: zig build -Dtarget=x86_64-macos
|
||||||
# - name: x86_64-linux -> aarch64-macos
|
# - name: x86_64-linux -> aarch64-macos
|
||||||
# run: zig build -Dtarget=aarch64-macos
|
# run: zig build -Dtarget=aarch64-macos
|
||||||
- name: x86_64-linux -> x86_64-windows
|
# TODO(build): currently cannot link on Windows for an unknown reason ('error: the linker needs one or more objects to link')
|
||||||
run: zig build -Dtarget=x86_64-windows-gnu
|
# - name: x86_64-linux -> x86_64-windows
|
||||||
|
# run: zig build -Dtarget=x86_64-windows-gnu
|
||||||
- name: build
|
- name: build
|
||||||
run: zig build
|
run: zig build
|
||||||
- name: test
|
- name: test
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue