mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
testing/*: disable on loongarch64
Signed-off-by: Weijie Wang <wangweijie@loongson.cn>
This commit is contained in:
parent
1e549be5dd
commit
6f6f34ea8b
@ -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
|
||||
|
@ -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="
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user