summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2021-02-28 02:57:59 +0000
committerAriadne Conill <ariadne@dereferenced.org>2021-02-28 02:57:59 +0000
commit41cda2abdc6cf000ec4f4faf7dde727a95a45beb (patch)
tree9917e27b3e19e53c63804e3ed96fbcdfe3629285 /.github
parentf23086220deecb84bdb9df7f89e796c7743d063a (diff)
downloadrust-libc-41cda2abdc6cf000ec4f4faf7dde727a95a45beb.tar.gz
bors: disable s390x-unknown-linux-musl for now
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/bors.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/bors.yml b/.github/workflows/bors.yml
index 1d6fb9fcd9..a18f4f733b 100644
--- a/.github/workflows/bors.yml
+++ b/.github/workflows/bors.yml
@@ -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