Skip to content

Commit 98ec2c2

Browse files
committed
ci: add more musl compiling tests
s390x musl with `allow_failures`, because it currently does not compile (see nix-rust#1835)
1 parent 76f04df commit 98ec2c2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.cirrus.yml

+10
Original file line numberDiff line numberDiff line change
@@ -224,14 +224,24 @@ task:
224224
- name: Linux powerpc
225225
env:
226226
TARGET: powerpc-unknown-linux-gnu
227+
- name: Linux powerpc musl
228+
env:
229+
TARGET: powerpc-unknown-linux-musl
227230
# Cross claims to support Linux powerpc64, but it really doesn't.
228231
# https://github.com/rust-embedded/cross/issues/441
229232
- name: Linux powerpc64
230233
env:
231234
TARGET: powerpc64-unknown-linux-gnu
235+
- name: Linux powerpc64 musl
236+
env:
237+
TARGET: powerpc64-unknown-linux-musl
232238
- name: Linux s390x
233239
env:
234240
TARGET: s390x-unknown-linux-gnu
241+
- name: Linux s390x musl
242+
env:
243+
TARGET: s390x-unknown-linux-musl
244+
allow_failures: true
235245
- name: Linux x32
236246
env:
237247
TARGET: x86_64-unknown-linux-gnux32

0 commit comments

Comments
 (0)