testing/gitoxide: disable on loongarch64

same reason as arm*, ppc64le, and s390x: fails to build sha1-asm crate
This commit is contained in:
Celeste 2024-07-13 04:47:28 +00:00
parent 1807143fa1
commit ba5d8ec09a

View File

@ -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