testing/*: disable on loongarch64 due libc crate

This commit is contained in:
znley 2024-06-24 03:36:49 +00:00 committed by Patrycja Rosa
parent 58876e27ea
commit be95de12c3
34 changed files with 68 additions and 34 deletions

View File

@ -5,7 +5,8 @@ pkgrel=0
pkgdesc="Simple Gemini server for static files"
url="https://github.com/mbrubeck/agate"
# rust-ring
arch="all !s390x !ppc64le !riscv64"
# loongarch64: blocked by libc crate
arch="all !s390x !ppc64le !riscv64 !loongarch64"
license="Apache-2.0"
makedepends="cargo cargo-auditable openssl-dev"
install="$pkgname.pre-install"

View File

@ -8,7 +8,8 @@ url="https://github.com/boa-dev/boa/"
# 32-bit: failing tests
# ppc64le: corosensei crate
# s390x: nix crate
arch="all !armhf !armv7 !x86 !ppc64le !s390x"
# loongarch64: blocked by libc crate
arch="all !armhf !armv7 !x86 !ppc64le !s390x !loongarch64"
license="MIT OR Unlicense"
makedepends="cargo cargo-auditable"
checkdepends="openssl-dev"

View File

@ -7,7 +7,8 @@ pkgdesc="Simple CLI tool for making tunnels to localhost"
url="https://github.com/ekzhang/bore"
# riscv64: rust broken
# s390x: tests fail
arch="all !riscv64 !s390x"
# loongarch64: blocked by libc crate
arch="all !riscv64 !s390x !loongarch64"
license="MIT"
makedepends="cargo cargo-auditable"
source="$pkgname-$pkgver.tar.gz::https://github.com/ekzhang/bore/archive/v$pkgver/bore-$pkgver.tar.gz"

View File

@ -5,7 +5,8 @@ pkgver=0.6.2
pkgrel=0
pkgdesc="Cargo subcommand for removing unused Rust dependencies"
url="https://github.com/bnjbvr/cargo-machete"
arch="all"
# loongarch64: blocked by libc crate
arch="all !loongarch64"
license="MIT"
makedepends="
cargo

View File

@ -5,7 +5,8 @@ pkgver=1.7.2
pkgrel=0
pkgdesc="Build, cache, and run CLI tools scoped in Cargo.toml"
url="https://github.com/dustinblackman/cargo-run-bin"
arch="all"
# loongarch64: blocked by libc crate
arch="all !loongarch64"
license="MIT"
makedepends="
cargo

View File

@ -6,7 +6,8 @@ _gitrev=55ec89082466f6bb246d870a8d56d166a8e1f08b
pkgrel=0
pkgdesc="Check if tables and items in a .toml file are lexically sorted"
url="https://github.com/DevinR528/cargo-sort"
arch="all"
# loongarch64: blocked by libc crate
arch="all !loongarch64"
license="MIT OR Apache-2.0"
makedepends="cargo-auditable"
depends="cargo"

View File

@ -5,7 +5,8 @@ pkgver=0.6.0
pkgrel=0
pkgdesc="Turn your keyboard into a typewriter"
url="https://github.com/orhun/daktilo"
arch="all"
# loongarch64: blocked by libc crate
arch="all !loongarch64"
license="MIT OR Apache-2.0"
depends="alsa-lib libxi-dev libxtst-dev"
makedepends="cargo cargo-auditable alsa-lib-dev"

View File

@ -5,7 +5,8 @@ pkgver=1.4.2
pkgrel=0
pkgdesc="A nonsense activity generator"
url="https://github.com/svenstaro/genact"
arch="all !s390x" # s390x: https://github.com/nix-rust/nix/issues/1968
# loongarch64: blocked by libc crate
arch="all !s390x !loongarch64" # s390x: https://github.com/nix-rust/nix/issues/1968
license="MIT"
makedepends="cargo cargo-auditable"
source="$pkgname-$pkgver.tar.gz::https://github.com/svenstaro/genact/archive/refs/tags/v$pkgver.tar.gz"

View File

@ -7,7 +7,8 @@ pkgrel=0
pkgdesc="Raw wayland greeter for greetd"
url="https://git.sr.ht/~kennylevinsen/wlgreet"
# riscv64, s390x: blocked by greetd
arch="all !riscv64 !s390x"
# loongarch64: blocked by libc crate
arch="all !riscv64 !s390x !loongarch64"
license="GPL-3.0-only"
depends="
greetd

View File

@ -5,7 +5,8 @@ pkgver=0.2.6
pkgrel=0
pkgdesc="Ultimate tool to manage (transform, merge, validate) hostlists written in rust for pihole/adguard/unbound dns blocker"
url="https://github.com/michalszmidt/hctl"
arch="all"
# loongarch64: blocked by libc crate
arch="all !loongarch64"
license="BSD-3-Clause"
makedepends="openssl-dev cargo cargo-auditable"
source="$pkgname-$pkgver.tar.gz::https://github.com/michalszmidt/hctl/archive/refs/tags/$pkgver.tar.gz"

View File

@ -5,7 +5,8 @@ pkgver=0.5.0
pkgrel=0
pkgdesc="A terminal UI to edit bytes by the nibble"
url="https://github.com/ndd7xv/heh"
arch="all !s390x !x86" # FTBFS
# loongarch64: blocked by libc crate
arch="all !s390x !x86 !loongarch64" # FTBFS
license="MIT"
makedepends="
cargo

View File

@ -6,7 +6,8 @@ pkgdesc="Very fast link checker for CI"
url="https://github.com/untitaker/hyperlink"
# riscv64: fails to build libc crate
# armhf: builds freeze and time out
arch="all !riscv64 !armhf"
# loongarch64: blocked by libc crate
arch="all !riscv64 !armhf !loongarch64"
license="MIT"
makedepends="cargo cargo-auditable"
source="$pkgname-$pkgver.tar.gz::https://github.com/untitaker/hyperlink/archive/refs/tags/$pkgver.tar.gz

View File

@ -5,7 +5,8 @@ pkgver=1.2.0
pkgrel=0
pkgdesc="Interactive grep"
url="https://github.com/konradsz/igrep"
arch="all"
# loongarch64: blocked by libc crate
arch="all !loongarch64"
license="MIT"
makedepends="
cargo

View File

@ -6,7 +6,8 @@ pkgrel=0
pkgdesc="A private network system that uses WireGuard under the hood"
url="https://github.com/tonarino/innernet"
# s390x: nix crate fails to build
arch="all !s390x"
# loongarch64: blocked by libc crate
arch="all !s390x !loongarch64"
license="MIT"
makedepends="cargo clang-dev sqlite-dev cargo-auditable"
subpackages="

View File

@ -5,7 +5,8 @@ pkgver=17.0.1
pkgrel=0
pkgdesc="Kakoune Language Server Protocol Client"
url="https://github.com/kakoune-lsp/kakoune-lsp"
arch="all !s390x !riscv64" # limited by cargo
# loongarch64: blocked by libc crate
arch="all !s390x !riscv64 !loongarch64" # limited by cargo
license="Unlicense OR MIT"
makedepends="cargo cargo-auditable"
source="$pkgname-$pkgver.tar.gz::https://github.com/kakoune-lsp/kakoune-lsp/archive/refs/tags/v$pkgver.tar.gz"

View File

@ -5,7 +5,8 @@ pkgver=0.1.21
pkgrel=0
pkgdesc="laze is a build system based on Ninja, aiming to be the next goto-alternative to make"
url="https://laze-build.org"
arch="all"
# loongarch64: blocked by libc crate
arch="all !loongarch64"
license="Apache-2.0"
depends="ninja"
makedepends="cargo cargo-auditable"

View File

@ -5,7 +5,8 @@ pkgver=0.1.18
pkgrel=0
pkgdesc="A formatter for the leptos view! macro"
url="https://github.com/bram209/leptosfmt"
arch="all"
# loongarch64: blocked by libc crate
arch="all !loongarch64"
license="MIT OR Apache-2.0"
makedepends="
cargo

View File

@ -4,7 +4,8 @@ pkgver=0.8.1
pkgrel=0
pkgdesc="Preprocessor for mdbook to render LaTeX equations in HTML"
url="https://github.com/lzanini/mdbook-katex"
arch="all"
# loongarch64: blocked by libc crate
arch="all !loongarch64"
license="MIT"
depends="mdbook"
makedepends="

View File

@ -4,7 +4,8 @@ pkgver=0.13.0
pkgrel=0
pkgdesc="Preprocessor for mdbook to render mermaid diagrams"
url="https://github.com/badboy/mdbook-mermaid"
arch="all"
# loongarch64: blocked by libc crate
arch="all !loongarch64"
license="MPL-2.0"
depends="mdbook"
makedepends="cargo cargo-auditable"

View File

@ -5,7 +5,8 @@ pkgver=0.2.3
pkgrel=0
pkgdesc="Exposing MPRIS V2.1 D-Bus interface for mpd"
url="https://github.com/szclsya/mpdris2-rs"
arch="all"
# loongarch64: blocked by libc crate
arch="all !loongarch64"
license="GPL-3.0-or-later"
depends="dbus"
makedepends="

View File

@ -5,7 +5,8 @@ pkgver=0.3.9
pkgrel=0
pkgdesc="Language Server for Pest"
url="https://github.com/pest-parser/pest-ide-tools"
arch="all"
# loongarch64: blocked by libc crate
arch="all !loongarch64"
license="Apache-2.0"
makedepends="cargo cargo-auditable openssl-dev"
source="

View File

@ -6,7 +6,8 @@ pkgrel=0
pkgdesc="Simple image hosting service written in Rust"
url="https://git.asonix.dog/asonix/pict-rs"
# riscv64: tests fail
arch="all !riscv64"
# loongarch64: blocked by libc crate
arch="all !riscv64 !loongarch64"
license="AGPL-3.0-or-later"
depends="exiftool ffmpeg imagemagick"
makedepends="cargo cargo-auditable"

View File

@ -4,7 +4,8 @@ pkgver=0.1
pkgrel=1
pkgdesc="Simple PDF Reader"
url="https://github.com/bjesus/pidif"
arch="all !s390x !riscv64" # rust
# loongarch64: blocked by libc crate
arch="all !s390x !riscv64 !loongarch64" # rust
license="GPL-3.0-or-later"
makedepends="
cairo-dev

View File

@ -5,7 +5,8 @@ pkgver=0.5.0
pkgrel=1
pkgdesc="Basic interface to PipeWire volume controls"
url="https://github.com/smasher164/pw-volume"
arch="all !s390x" # blocked by pipewire -> libcamera -> libcamera-ipa
# loongarch64: blocked by libc crate
arch="all !s390x !loongarch64" # blocked by pipewire -> libcamera -> libcamera-ipa
license="MIT"
depends="cmd:pw-cli cmd:pw-dump"
makedepends="cargo cargo-auditable"

View File

@ -4,7 +4,8 @@ pkgver=1.11.0
pkgrel=0
pkgdesc="Unofficial command line client for Bitwarden."
url="https://git.tozt.net/rbw"
arch="all !s390x !riscv64 !ppc64le" # ring
# loongarch64: blocked by libc crate
arch="all !s390x !riscv64 !ppc64le !loongarch64" # ring
license="MIT"
depends="pinentry"
makedepends="rust cargo cargo-auditable"

View File

@ -6,7 +6,8 @@ pkgver=0.15.0
pkgrel=0
pkgdesc="Interactive command line replacer for ripgrep"
url="https://github.com/acheronfail/repgrep"
arch="all"
# loongarch64: blocked by libc crate
arch="all !loongarch64"
license="MIT OR Apache-2.0 OR Unlicense"
depends="ripgrep"
makedepends="

View File

@ -5,7 +5,8 @@ pkgver=0.4.8
pkgrel=0
pkgdesc="Drag and Drop utilty written in Rust and GTK4"
url="https://github.com/nik012003/ripdrag"
arch="all"
# loongarch64: blocked by libc crate
arch="all !loongarch64"
license="GPL-3.0-only"
makedepends="
cargo

View File

@ -6,7 +6,8 @@ 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"
arch="all !armhf" # tests hang
# loongarch64: blocked by libc crate
arch="all !armhf !loongarch64" # tests hang
makedepends="cargo cargo-auditable"
source="https://github.com/fornwall/rust-script/archive/$pkgver/rust-script-$pkgver.tar.gz"

View File

@ -6,7 +6,8 @@ pkgrel=0
pkgdesc="CLI tool for rustypaste"
url="https://github.com/orhun/rustypaste-cli"
# s390x, ppc64le, riscv64: blocked by ring crate
arch="all !s390x !ppc64le !riscv64"
# loongarch64: blocked by libc crate
arch="all !s390x !ppc64le !riscv64 !loongarch64"
license="MIT"
makedepends="cargo cargo-auditable"
subpackages="$pkgname-doc"

View File

@ -5,7 +5,8 @@ pkgver=0.7.2
pkgrel=0
pkgdesc="Convert your ascii diagram scribbles into happy little SVG"
url="https://github.com/ivanceras/svgbob"
arch="all !s390x !riscv64" # limited by rust/cargo
# loongarch64: blocked by libc crate
arch="all !s390x !riscv64 !loongarch64" # limited by rust/cargo
license="Apache-2.0"
makedepends="cargo cargo-auditable"
source="$pkgname-$pkgver.tar.gz::https://github.com/ivanceras/svgbob/archive/$pkgver.tar.gz

View File

@ -4,7 +4,8 @@ pkgver=1.6.1
pkgrel=2
pkgdesc="Very fast implementation of tldr in Rust"
url="https://dbrgn.github.io/tealdeer/"
arch="all"
# loongarch64: blocked by libc crate
arch="all !loongarch64"
license="MIT AND Apache-2.0"
makedepends="cargo openssl-dev cargo-auditable"
subpackages="

View File

@ -5,7 +5,8 @@ pkgver=1.5.1
pkgrel=0
pkgdesc="Terminal file explorer"
url="https://github.com/mgunyho/tere"
arch="all !s390x" # FTBFS
# loongarch64: blocked by libc crate
arch="all !s390x !loongarch64" # FTBFS
license="EUPL-1.2"
makedepends="
cargo

View File

@ -5,7 +5,8 @@ pkgver=3.1.2
pkgrel=0
pkgdesc="Lightweight UDP torrent tracker"
url="https://github.com/naim94a/udpt"
arch="all"
# loongarch64: blocked by libc crate
arch="all !loongarch64"
license="MIT"
makedepends="cargo cargo-auditable"
pkgusers="udpt"

View File

@ -5,7 +5,8 @@ pkgver=0.2.5
pkgrel=0
pkgdesc="Blazing fast terminal file manager written in Rust, based on async I/O"
url="https://yazi-rs.github.io"
arch="all"
# loongarch64: blocked by libc crate
arch="all !loongarch64"
license="MIT"
makedepends="
cargo