commit:     79f556e81651918c284aaf01a37c802352788c7a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  3 10:38:51 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jan  3 11:15:15 2025 +0000
URL:        https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=79f556e8

ci: don't run loong musl

We don't have things wired up for that yet in ::gentoo.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 .github/workflows/crossdev.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/crossdev.yml b/.github/workflows/crossdev.yml
index fb90c45..a6068af 100644
--- a/.github/workflows/crossdev.yml
+++ b/.github/workflows/crossdev.yml
@@ -37,7 +37,9 @@ jobs:
           - target: hppa2.0-unknown-linux-gnu
           - target: hppa64-unknown-linux-gnu
           - target: loongarch64-unknown-linux-gnu
-          - target: loongarch64-unknown-linux-musl
+          # musl ebuilds don't support loong. The target is supported upstream,
+          # we need to fix and test our ebuilds.
+          #- target: loongarch64-unknown-linux-musl
           - target: m68k-unknown-linux-gnu
           - target: mips-unknown-linux-gnu
           - target: mips-unknown-linux-musl

Reply via email to