testing/rustscan: enable ppc64le, s390x and riscv64

This commit is contained in:
J0WI 2024-08-30 21:21:57 +02:00 committed by Kevin Daudt
parent 73718823d6
commit 22a2f89741

View file

@ -6,9 +6,8 @@ pkgrel=0
pkgdesc="Modern Port Scanner"
url="https://github.com/RustScan/RustScan"
license="GPL-3.0-or-later"
# ppc64le and s390x and riscv64 blocked by ring crate
# armhf timout while building
arch="all !ppc64le !armhf !s390x !riscv64"
arch="all !armhf"
makedepends="cargo cargo-auditable"
checkdepends="bash perl python3"
source="https://github.com/RustScan/RustScan/archive/$pkgver/rustscan-$pkgver.tar.gz"