mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
testing/*: enable on loongarch64
This commit is contained in:
parent
2ffe5aea10
commit
6515eaa326
@ -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="
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user