mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
testing/cargo-deny: disable on s390x
Tests fail due to different cargo index hash.
This commit is contained in:
parent
219f6121aa
commit
2e6f01f15b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user