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.
s390x-unknown-linux-musl
1 parent 5fd6540 commit 9fca609Copy full SHA for 9fca609
.github/workflows/bors.yml
@@ -136,8 +136,6 @@ jobs:
136
# FIXME: It seems some items in `src/unix/mod.rs`
137
# aren't defined on redox actually.
138
# x86_64-unknown-redox,
139
- # FIXME: Enable when CI is building a toolchain for this target
140
- # s390x-unknown-linux-musl,
141
]
142
steps:
143
- uses: rust-lang/simpleinfra/github-actions/cancel-outdated-builds@master
ci/build.sh
@@ -238,6 +238,7 @@ riscv32imc-unknown-none-elf \
238
riscv32gc-unknown-linux-gnu \
239
riscv64gc-unknown-none-elf \
240
riscv64imac-unknown-none-elf \
241
+s390x-unknown-linux-musl \
242
sparc-unknown-linux-gnu \
243
sparc64-unknown-netbsd \
244
0 commit comments