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 f230862 commit 41cda2aCopy full SHA for 41cda2a
.github/workflows/bors.yml
@@ -134,7 +134,8 @@ jobs:
134
# FIXME: It seems some items in `src/unix/mod.rs`
135
# aren't defined on redox actually.
136
# x86_64-unknown-redox,
137
- s390x-unknown-linux-musl,
+ # FIXME: Enable when CI is building a toolchain for this target
138
+ # s390x-unknown-linux-musl,
139
]
140
steps:
141
- uses: rust-lang/simpleinfra/github-actions/cancel-outdated-builds@master
0 commit comments