bors: disable s390x-unknown-linux-musl for now

This commit is contained in:
Ariadne Conill 2021-02-28 02:57:59 +00:00
parent f23086220d
commit 41cda2abdc
1 changed files with 2 additions and 1 deletions

View File

@ -134,7 +134,8 @@ jobs:
# FIXME: It seems some items in `src/unix/mod.rs`
# aren't defined on redox actually.
# x86_64-unknown-redox,
s390x-unknown-linux-musl,
# FIXME: Enable when CI is building a toolchain for this target
# s390x-unknown-linux-musl,
]
steps:
- uses: rust-lang/simpleinfra/github-actions/cancel-outdated-builds@master