From ba5d8ec09ac82c0646d2bd8ea6ff5e708c1f0cc2 Mon Sep 17 00:00:00 2001 From: Celeste <20312-Celeste@users.gitlab.alpinelinux.org> Date: Sat, 13 Jul 2024 04:47:28 +0000 Subject: [PATCH] testing/gitoxide: disable on loongarch64 same reason as arm*, ppc64le, and s390x: fails to build sha1-asm crate --- testing/gitoxide/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/gitoxide/APKBUILD b/testing/gitoxide/APKBUILD index a620793909c..5e48f36feae 100644 --- a/testing/gitoxide/APKBUILD +++ b/testing/gitoxide/APKBUILD @@ -5,9 +5,9 @@ pkgver=0.14.0 pkgrel=1 pkgdesc="An idiomatic, lean, fast & safe pure Rust implementation of Git" url="https://github.com/Byron/gitoxide" -# armhf, armv7, ppc64le, s390x: fails to build crate sha1-asm +# armhf, armv7, ppc64le, s390x, loongarch64: fails to build crate sha1-asm # riscv64: zlib-ng-dev is not available yet -arch="all !armhf !armv7 !ppc64le !riscv64 !s390x" +arch="all !armhf !armv7 !ppc64le !riscv64 !s390x !loongarch64" license="Apache-2.0 OR MIT" makedepends=" cargo