We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a426456 commit 801c378Copy full SHA for 801c378
.github/workflows/cross.yml
@@ -37,9 +37,9 @@ jobs:
37
- riscv64gc-unknown-linux-gnu
38
- s390x-unknown-linux-gnu
39
# - x86_64-unknown-freebsd # not supported by cross
40
- - x86_64-unknown-illumos
+ # - x86_64-unknown-illumos # not supported by cross
41
- x86_64-unknown-linux-musl
42
- - x86_64-unknown-netbsd
+ # - x86_64-unknown-netbsd # error in tests "error: test failed, to rerun pass '--lib'", disabled for now
43
steps:
44
- name: Checkout Crate
45
uses: actions/checkout@v2
0 commit comments