Skip to content

Commit c044d21

Browse files
committed
Update solaris and Windows cross compile CI
The `pc-solaris` target was made the default in <rust-lang/rust#82216> and the `sun-solaris` target was removed in <rust-lang/rust#118091>. Switch from `x86_64-sun-solaris` to `x86_64-pc-solaris` to reflect this. Additionally, disable tests for the Windows cross compile target since there is an error launching Wine. This may be <cross-rs/cross#1372>.
1 parent 06da116 commit c044d21

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,15 @@ jobs:
4747
test: true
4848
- target: aarch64-unknown-linux-musl
4949
test: true
50-
- target: x86_64-pc-windows-gnu
51-
test: true
5250
# Build only
51+
- target: x86_64-pc-solaris
52+
test: false
53+
- target: x86_64-pc-windows-gnu
54+
test: false
5355
- target: x86_64-unknown-freebsd
5456
test: false
5557
- target: x86_64-unknown-netbsd
5658
test: false
57-
- target: x86_64-sun-solaris
58-
test: false
5959
- target: x86_64-unknown-illumos
6060
test: false
6161
steps:

0 commit comments

Comments
 (0)