Skip to content

Commit 9fca609

Browse files
committed
Move s390x-unknown-linux-musl to build.sh
1 parent 5fd6540 commit 9fca609

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/bors.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,6 @@ jobs:
136136
# FIXME: It seems some items in `src/unix/mod.rs`
137137
# aren't defined on redox actually.
138138
# x86_64-unknown-redox,
139-
# FIXME: Enable when CI is building a toolchain for this target
140-
# s390x-unknown-linux-musl,
141139
]
142140
steps:
143141
- uses: rust-lang/simpleinfra/github-actions/cancel-outdated-builds@master

ci/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@ riscv32imc-unknown-none-elf \
238238
riscv32gc-unknown-linux-gnu \
239239
riscv64gc-unknown-none-elf \
240240
riscv64imac-unknown-none-elf \
241+
s390x-unknown-linux-musl \
241242
sparc-unknown-linux-gnu \
242243
sparc64-unknown-netbsd \
243244

0 commit comments

Comments
 (0)