summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2021-02-28 01:17:15 +0000
committerAriadne Conill <ariadne@dereferenced.org>2021-02-28 01:17:15 +0000
commitf23086220deecb84bdb9df7f89e796c7743d063a (patch)
tree055dfee9bae562cc4ab0ef6ba6d3dfcc982e0e3c /.github
parentdcbc3d15d11a53592b745724c5e418c0c7d4c925 (diff)
downloadrust-libc-f23086220deecb84bdb9df7f89e796c7743d063a.tar.gz
add s390x-unknown-linux-musl to bors
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/bors.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/bors.yml b/.github/workflows/bors.yml
index bbeb86bd75..1d6fb9fcd9 100644
--- a/.github/workflows/bors.yml
+++ b/.github/workflows/bors.yml
@@ -134,6 +134,7 @@ 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,
]
steps:
- uses: rust-lang/simpleinfra/github-actions/cancel-outdated-builds@master