Skip to content

Commit 8a262cf

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 8a262cf

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
@@ -285,6 +285,16 @@ task:
285285
- name: Linux armv7 uclibceabihf
286286
env:
287287
TARGET: armv7-unknown-linux-uclibceabihf
288+
- name: Linux powerpc musl
289+
env:
290+
TARGET: powerpc-unknown-linux-musl
291+
- name: Linux powerpc64 musl
292+
env:
293+
TARGET: powerpc64-unknown-linux-musl
294+
- name: Linux s390x musl
295+
env:
296+
TARGET: s390x-unknown-linux-musl
297+
allow_failures: true
288298
- name: Haiku x86_64
289299
env:
290300
TARGET: x86_64-unknown-haiku

0 commit comments

Comments
 (0)