Skip to content

Commit 801c378

Browse files
committed
disable illumos and netbsd
1 parent a426456 commit 801c378

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cross.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ jobs:
3737
- riscv64gc-unknown-linux-gnu
3838
- s390x-unknown-linux-gnu
3939
# - x86_64-unknown-freebsd # not supported by cross
40-
- x86_64-unknown-illumos
40+
# - x86_64-unknown-illumos # not supported by cross
4141
- x86_64-unknown-linux-musl
42-
- x86_64-unknown-netbsd
42+
# - x86_64-unknown-netbsd # error in tests "error: test failed, to rerun pass '--lib'", disabled for now
4343
steps:
4444
- name: Checkout Crate
4545
uses: actions/checkout@v2

0 commit comments

Comments
 (0)