summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2021-02-28 04:14:47 +0000
committerbors <bors@rust-lang.org>2021-02-28 04:14:47 +0000
commit5fd6540db9b14fae02ff8a11a6102ee99965ae30 (patch)
tree6f1361fb02402747ef6a70349726fc46ed71b054 /.github
parent1524495dcf85e1f806835a5223dbe10cc15586db (diff)
parent41cda2abdc6cf000ec4f4faf7dde727a95a45beb (diff)
downloadrust-libc-5fd6540db9b14fae02ff8a11a6102ee99965ae30.tar.gz
Auto merge of #2071 - kaniini:s390x-musl, r=Amanieu
add definitions for s390x musl targets Add support for s390x musl targets to libc. I haven't added CI because I am not familiar with the pipelines, but would be glad to do so if somebody outlines what needs to be done.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/bors.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/bors.yml b/.github/workflows/bors.yml
index 5073de9993..91148306b2 100644
--- a/.github/workflows/bors.yml
+++ b/.github/workflows/bors.yml
@@ -136,6 +136,8 @@ jobs:
# FIXME: It seems some items in `src/unix/mod.rs`
# aren't defined on redox actually.
# x86_64-unknown-redox,
+ # 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