Move s390x-unknown-linux-musl
to build.sh
This commit is contained in:
parent
5fd6540db9
commit
9fca60945a
2
.github/workflows/bors.yml
vendored
2
.github/workflows/bors.yml
vendored
@ -136,8 +136,6 @@ jobs:
|
|||||||
# FIXME: It seems some items in `src/unix/mod.rs`
|
# FIXME: It seems some items in `src/unix/mod.rs`
|
||||||
# aren't defined on redox actually.
|
# aren't defined on redox actually.
|
||||||
# x86_64-unknown-redox,
|
# x86_64-unknown-redox,
|
||||||
# FIXME: Enable when CI is building a toolchain for this target
|
|
||||||
# s390x-unknown-linux-musl,
|
|
||||||
]
|
]
|
||||||
steps:
|
steps:
|
||||||
- uses: rust-lang/simpleinfra/github-actions/cancel-outdated-builds@master
|
- uses: rust-lang/simpleinfra/github-actions/cancel-outdated-builds@master
|
||||||
|
@ -238,6 +238,7 @@ riscv32imc-unknown-none-elf \
|
|||||||
riscv32gc-unknown-linux-gnu \
|
riscv32gc-unknown-linux-gnu \
|
||||||
riscv64gc-unknown-none-elf \
|
riscv64gc-unknown-none-elf \
|
||||||
riscv64imac-unknown-none-elf \
|
riscv64imac-unknown-none-elf \
|
||||||
|
s390x-unknown-linux-musl \
|
||||||
sparc-unknown-linux-gnu \
|
sparc-unknown-linux-gnu \
|
||||||
sparc64-unknown-netbsd \
|
sparc64-unknown-netbsd \
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user