mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
testing/gitoxide: disable on loongarch64
same reason as arm*, ppc64le, and s390x: fails to build sha1-asm crate
This commit is contained in:
parent
1807143fa1
commit
ba5d8ec09a
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user