Skip to content

Commit 41cda2a

Browse files
committed
bors: disable s390x-unknown-linux-musl for now
1 parent f230862 commit 41cda2a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/bors.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,8 @@ jobs:
134134
# FIXME: It seems some items in `src/unix/mod.rs`
135135
# aren't defined on redox actually.
136136
# x86_64-unknown-redox,
137-
s390x-unknown-linux-musl,
137+
# FIXME: Enable when CI is building a toolchain for this target
138+
# s390x-unknown-linux-musl,
138139
]
139140
steps:
140141
- uses: rust-lang/simpleinfra/github-actions/cancel-outdated-builds@master

0 commit comments

Comments
 (0)