From 9ba77a6dfb6dba358cfd43bd768c80d1dda106dc Mon Sep 17 00:00:00 2001 From: J0WI Date: Fri, 30 Aug 2024 20:47:31 +0200 Subject: [PATCH] testing/cargo-shuttle: enable all platforms --- testing/cargo-shuttle/APKBUILD | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/testing/cargo-shuttle/APKBUILD b/testing/cargo-shuttle/APKBUILD index 75c70707e26..0e43491522e 100644 --- a/testing/cargo-shuttle/APKBUILD +++ b/testing/cargo-shuttle/APKBUILD @@ -5,9 +5,7 @@ pkgrel=0 pkgdesc="Cargo command for the Shuttle platform" url="https://github.com/shuttle-hq/shuttle" license="Apache-2.0" -# s390x, ppc64le, riscv64: blocked by ring crate -# loongarch64: blocked by libc crate -arch="all !s390x !ppc64le !riscv64 !loongarch64" +arch="all" makedepends="cargo cargo-auditable" subpackages=" $pkgname-doc