testing/cargo-deny: disable on s390x

Tests fail due to different cargo index hash.
This commit is contained in:
Kevin Daudt 2024-08-22 07:44:00 +00:00
parent 219f6121aa
commit 2e6f01f15b

View File

@ -5,7 +5,9 @@ pkgver=0.16.1
pkgrel=1
pkgdesc="Cargo plugin for linting your dependencies"
url="https://github.com/EmbarkStudios/cargo-deny"
arch="all !x86 !armv7 !armhf" # tests fail on 32bit https://github.com/EmbarkStudios/cargo-deny/issues/540
# 32-bits: tests fail on 32bit https://github.com/EmbarkStudios/cargo-deny/issues/540
# s390x: tests fail due to different cargo index hash
arch="all !x86 !armv7 !armhf !s390x"
license="MIT OR Apache-2.0"
makedepends="
cargo