testing/*: enable on loongarch64

This commit is contained in:
DWwanghao 2025-01-23 09:10:31 +08:00 committed by Bart Ribbers
parent 2ffe5aea10
commit 6515eaa326
4 changed files with 5 additions and 6 deletions

View File

@ -8,8 +8,8 @@ pkgver=1.1.0
pkgrel=0
pkgdesc="A note-taking and management application using markdown"
# armhf blocked by qt6-qtdeclarative -> kirigami
# ppc64le, s390x, riscv64 and loongarch64 blocked by qt6-qtwebengine
arch="all !armhf !ppc64le !s390x !riscv64 !loongarch64"
# ppc64le, s390x and riscv64 blocked by qt6-qtwebengine
arch="all !armhf !ppc64le !s390x !riscv64"
url="https://apps.kde.org/klevernotes/"
license="GPL-2.0-or-later"
depends="

View File

@ -4,7 +4,7 @@ pkgver=0.2.21
pkgrel=1
pkgdesc="CLI for building, versioning and publishing authorization policies"
url="https://www.openpolicycontainers.com/"
arch="all !loongarch64"
arch="all"
license="Apache-2.0"
makedepends="go"
source="$pkgname-$pkgver.tar.gz::https://github.com/opcr-io/policy/archive/refs/tags/v$pkgver.tar.gz"

View File

@ -6,7 +6,7 @@ pkgrel=0
pkgdesc="Mopidy extension for playing music from Spotify"
url="https://mopidy.com/ext/spotify/"
# blocked by gst-plugins-rs
arch="noarch !armhf !armv7 !ppc64le !riscv64 !s390x !x86 !loongarch64"
arch="noarch !armhf !armv7 !ppc64le !riscv64 !s390x !x86"
license="Apache-2.0"
depends="
gst-plugins-rs-spotify

View File

@ -6,8 +6,7 @@ pkgrel=0
pkgdesc="Run Rust files and expressions as scripts without any setup or compilation step"
url="https://rust-script.org/"
license="Apache-2.0 OR MIT"
# loongarch64: blocked by libc crate
arch="all !armhf !loongarch64" # tests hang
arch="all !armhf" # tests hang
makedepends="cargo cargo-auditable"
source="https://github.com/fornwall/rust-script/archive/$pkgver/rust-script-$pkgver.tar.gz"
options="net"