testing/*: disable on loongarch64

Signed-off-by: Weijie Wang <wangweijie@loongson.cn>
This commit is contained in:
Weijie Wang 2024-06-13 13:04:29 +00:00 committed by Celeste
parent 1e549be5dd
commit 6f6f34ea8b
6 changed files with 13 additions and 6 deletions

View File

@ -6,7 +6,9 @@ pkgrel=2
pkgdesc="Calculator REPL, similar to bc(1)"
url="https://github.com/nerdypepper/eva"
license="MIT"
arch="all !s390x !riscv64" # limited by rust/cargo
# s390x, riscv64: limited by rust/cargo
# loongarch64: libc crate fails to build
arch="all !s390x !riscv64 !loongarch64"
makedepends="cargo cargo-auditable"
source="https://github.com/nerdypepper/eva/archive/v$pkgver/eva-$pkgver.tar.gz
deps.patch

View File

@ -5,7 +5,8 @@ pkgver=0.12.3
pkgrel=1
pkgdesc="Sass compiler written purely in Rust"
url="https://github.com/connorskees/grass"
arch="all"
# loongarch64: libc crate fails to build
arch="all !loongarch64"
license="MIT"
makedepends="cargo cargo-auditable"
source="

View File

@ -6,7 +6,8 @@ pkgrel=1
pkgdesc="Horust is a supervisor / init system written in rust and designed to be run inside containers"
url="https://github.com/FedericoPonzi/Horust"
# s390x, riscv64: nix/libc crates lack support
arch="all !s390x !riscv64"
# loongarch64: libc crate fails to build
arch="all !s390x !riscv64 !loongarch64"
license="MIT"
makedepends="cargo cargo-auditable"
checkdepends="bash" # test_single_command uses bash

View File

@ -5,7 +5,8 @@ pkgver=0.2.11
pkgrel=0
pkgdesc="Put your Minecraft server to rest when idle"
url="https://github.com/timvisee/lazymc"
arch="all"
# loongarch64: libc crate
arch="all !loongarch64"
license="GPL-3.0-only"
makedepends="
cargo

View File

@ -5,7 +5,8 @@ pkgver=0.1.7
pkgrel=0
pkgdesc="Dead simple notification daemon"
url="https://github.com/orhun/runst"
arch="all !s390x"
# loongarch64: libc crate fails to build
arch="all !s390x !loongarch64"
license="MIT OR Apache-2.0"
makedepends="
cargo

View File

@ -5,7 +5,8 @@ pkgrel=0
pkgdesc="Like sendmail, for users"
url="https://git.sr.ht/~whynothugo/xendmail"
# rust-ring
arch="all !s390x !ppc64le !riscv64"
# loongarch64: libc crate fails to build
arch="all !s390x !ppc64le !riscv64 !loongarch64"
license="Apache-2.0"
makedepends="cargo cargo-auditable scdoc"
subpackages="$pkgname-doc"