From 8a262cfea9946c513ce4a0a461386104e5971794 Mon Sep 17 00:00:00 2001 From: "Lauren N. Liberda" Date: Wed, 5 Oct 2022 13:18:46 +0200 Subject: [PATCH] ci: add more musl compiling tests s390x musl with `allow_failures`, because it currently does not compile (see #1835) --- .cirrus.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.cirrus.yml b/.cirrus.yml index 30f1b122a2..4061fea74d 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -285,6 +285,16 @@ task: - name: Linux armv7 uclibceabihf env: TARGET: armv7-unknown-linux-uclibceabihf + - name: Linux powerpc musl + env: + TARGET: powerpc-unknown-linux-musl + - name: Linux powerpc64 musl + env: + TARGET: powerpc64-unknown-linux-musl + - name: Linux s390x musl + env: + TARGET: s390x-unknown-linux-musl + allow_failures: true - name: Haiku x86_64 env: TARGET: x86_64-unknown-haiku