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