From 2e6f01f15b4b5e13976f33c25adb7da47b9f743f Mon Sep 17 00:00:00 2001 From: Kevin Daudt Date: Thu, 22 Aug 2024 07:44:00 +0000 Subject: [PATCH] testing/cargo-deny: disable on s390x Tests fail due to different cargo index hash. --- testing/cargo-deny/APKBUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/testing/cargo-deny/APKBUILD b/testing/cargo-deny/APKBUILD index 253fd3e2740..9be56727046 100644 --- a/testing/cargo-deny/APKBUILD +++ b/testing/cargo-deny/APKBUILD @@ -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