disable illumos and netbsd

This commit is contained in:
Riccardo Casatta 2021-10-28 12:04:05 +02:00
parent a426456bfa
commit 801c3789c4
No known key found for this signature in database
GPG Key ID: FD986A969E450397
1 changed files with 2 additions and 2 deletions

View File

@ -37,9 +37,9 @@ jobs:
- riscv64gc-unknown-linux-gnu
- s390x-unknown-linux-gnu
# - x86_64-unknown-freebsd # not supported by cross
- x86_64-unknown-illumos
# - x86_64-unknown-illumos # not supported by cross
- x86_64-unknown-linux-musl
- x86_64-unknown-netbsd
# - x86_64-unknown-netbsd # error in tests "error: test failed, to rerun pass '--lib'", disabled for now
steps:
- name: Checkout Crate
uses: actions/checkout@v2