From be95de12c321ad06fe8c4acadbff06ccbf0d63e4 Mon Sep 17 00:00:00 2001 From: znley Date: Mon, 24 Jun 2024 03:36:49 +0000 Subject: [PATCH] testing/*: disable on loongarch64 due libc crate --- testing/agate/APKBUILD | 3 ++- testing/boa-cli/APKBUILD | 3 ++- testing/bore/APKBUILD | 3 ++- testing/cargo-machete/APKBUILD | 3 ++- testing/cargo-run-bin/APKBUILD | 3 ++- testing/cargo-sort/APKBUILD | 3 ++- testing/daktilo/APKBUILD | 3 ++- testing/genact/APKBUILD | 3 ++- testing/greetd-wlgreet/APKBUILD | 3 ++- testing/hctl/APKBUILD | 3 ++- testing/heh/APKBUILD | 3 ++- testing/hyperlink/APKBUILD | 3 ++- testing/igrep/APKBUILD | 3 ++- testing/innernet/APKBUILD | 3 ++- testing/kakoune-lsp/APKBUILD | 3 ++- testing/laze/APKBUILD | 3 ++- testing/leptosfmt/APKBUILD | 3 ++- testing/mdbook-katex/APKBUILD | 3 ++- testing/mdbook-mermaid/APKBUILD | 3 ++- testing/mpdris2-rs/APKBUILD | 3 ++- testing/pest-language-server/APKBUILD | 3 ++- testing/pict-rs/APKBUILD | 3 ++- testing/pidif/APKBUILD | 3 ++- testing/pw-volume/APKBUILD | 3 ++- testing/rbw/APKBUILD | 3 ++- testing/repgrep/APKBUILD | 3 ++- testing/ripdrag/APKBUILD | 3 ++- testing/rust-script/APKBUILD | 3 ++- testing/rustypaste-cli/APKBUILD | 3 ++- testing/svgbob/APKBUILD | 3 ++- testing/tealdeer/APKBUILD | 3 ++- testing/tere/APKBUILD | 3 ++- testing/udpt/APKBUILD | 3 ++- testing/yazi/APKBUILD | 3 ++- 34 files changed, 68 insertions(+), 34 deletions(-) diff --git a/testing/agate/APKBUILD b/testing/agate/APKBUILD index 6580f80abe2..adcb27a5781 100644 --- a/testing/agate/APKBUILD +++ b/testing/agate/APKBUILD @@ -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" diff --git a/testing/boa-cli/APKBUILD b/testing/boa-cli/APKBUILD index fa3a8f589c4..610c2493096 100644 --- a/testing/boa-cli/APKBUILD +++ b/testing/boa-cli/APKBUILD @@ -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" diff --git a/testing/bore/APKBUILD b/testing/bore/APKBUILD index 4b1808d3937..7c622b8b908 100644 --- a/testing/bore/APKBUILD +++ b/testing/bore/APKBUILD @@ -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" diff --git a/testing/cargo-machete/APKBUILD b/testing/cargo-machete/APKBUILD index b5e2b592293..0d4b3cdebd1 100644 --- a/testing/cargo-machete/APKBUILD +++ b/testing/cargo-machete/APKBUILD @@ -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 diff --git a/testing/cargo-run-bin/APKBUILD b/testing/cargo-run-bin/APKBUILD index c024df9bf30..c4c8c6fca2b 100644 --- a/testing/cargo-run-bin/APKBUILD +++ b/testing/cargo-run-bin/APKBUILD @@ -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 diff --git a/testing/cargo-sort/APKBUILD b/testing/cargo-sort/APKBUILD index b209c7cb701..453649cd127 100644 --- a/testing/cargo-sort/APKBUILD +++ b/testing/cargo-sort/APKBUILD @@ -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" diff --git a/testing/daktilo/APKBUILD b/testing/daktilo/APKBUILD index 2d47e2fd94c..07522d00622 100644 --- a/testing/daktilo/APKBUILD +++ b/testing/daktilo/APKBUILD @@ -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" diff --git a/testing/genact/APKBUILD b/testing/genact/APKBUILD index b62e6639c7b..48a038a5e07 100644 --- a/testing/genact/APKBUILD +++ b/testing/genact/APKBUILD @@ -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" diff --git a/testing/greetd-wlgreet/APKBUILD b/testing/greetd-wlgreet/APKBUILD index 95407dffd0c..d9688befa87 100644 --- a/testing/greetd-wlgreet/APKBUILD +++ b/testing/greetd-wlgreet/APKBUILD @@ -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 diff --git a/testing/hctl/APKBUILD b/testing/hctl/APKBUILD index a991afcbdfb..6eb87c376c7 100644 --- a/testing/hctl/APKBUILD +++ b/testing/hctl/APKBUILD @@ -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" diff --git a/testing/heh/APKBUILD b/testing/heh/APKBUILD index 1c06ac0ae62..640cffedd08 100644 --- a/testing/heh/APKBUILD +++ b/testing/heh/APKBUILD @@ -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 diff --git a/testing/hyperlink/APKBUILD b/testing/hyperlink/APKBUILD index 9fa4f2a7368..8d5ce0d0a1c 100644 --- a/testing/hyperlink/APKBUILD +++ b/testing/hyperlink/APKBUILD @@ -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 diff --git a/testing/igrep/APKBUILD b/testing/igrep/APKBUILD index 76e157a8c1f..1ab1d6d1a53 100644 --- a/testing/igrep/APKBUILD +++ b/testing/igrep/APKBUILD @@ -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 diff --git a/testing/innernet/APKBUILD b/testing/innernet/APKBUILD index 8c8179eef70..f02e894b9e0 100644 --- a/testing/innernet/APKBUILD +++ b/testing/innernet/APKBUILD @@ -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=" diff --git a/testing/kakoune-lsp/APKBUILD b/testing/kakoune-lsp/APKBUILD index e0de2bf80e0..a6d7f715a03 100644 --- a/testing/kakoune-lsp/APKBUILD +++ b/testing/kakoune-lsp/APKBUILD @@ -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" diff --git a/testing/laze/APKBUILD b/testing/laze/APKBUILD index a6700e78a65..e3398a439a7 100644 --- a/testing/laze/APKBUILD +++ b/testing/laze/APKBUILD @@ -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" diff --git a/testing/leptosfmt/APKBUILD b/testing/leptosfmt/APKBUILD index fc43a3c32f4..a79e87dbe37 100644 --- a/testing/leptosfmt/APKBUILD +++ b/testing/leptosfmt/APKBUILD @@ -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 diff --git a/testing/mdbook-katex/APKBUILD b/testing/mdbook-katex/APKBUILD index a486d8cf3f3..3d1e3397b6c 100644 --- a/testing/mdbook-katex/APKBUILD +++ b/testing/mdbook-katex/APKBUILD @@ -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=" diff --git a/testing/mdbook-mermaid/APKBUILD b/testing/mdbook-mermaid/APKBUILD index 6917f6465c9..c982f7b019a 100644 --- a/testing/mdbook-mermaid/APKBUILD +++ b/testing/mdbook-mermaid/APKBUILD @@ -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" diff --git a/testing/mpdris2-rs/APKBUILD b/testing/mpdris2-rs/APKBUILD index 2c012a001d8..072d4549d7d 100644 --- a/testing/mpdris2-rs/APKBUILD +++ b/testing/mpdris2-rs/APKBUILD @@ -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=" diff --git a/testing/pest-language-server/APKBUILD b/testing/pest-language-server/APKBUILD index d4eb01ccb26..72917f823e3 100644 --- a/testing/pest-language-server/APKBUILD +++ b/testing/pest-language-server/APKBUILD @@ -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=" diff --git a/testing/pict-rs/APKBUILD b/testing/pict-rs/APKBUILD index 4779dc16338..fbb9870cfd4 100644 --- a/testing/pict-rs/APKBUILD +++ b/testing/pict-rs/APKBUILD @@ -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" diff --git a/testing/pidif/APKBUILD b/testing/pidif/APKBUILD index 420f5238c4a..2c7d519c8e1 100644 --- a/testing/pidif/APKBUILD +++ b/testing/pidif/APKBUILD @@ -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 diff --git a/testing/pw-volume/APKBUILD b/testing/pw-volume/APKBUILD index 864217211a6..7dda5eeb9f5 100644 --- a/testing/pw-volume/APKBUILD +++ b/testing/pw-volume/APKBUILD @@ -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" diff --git a/testing/rbw/APKBUILD b/testing/rbw/APKBUILD index 734846581cf..8c6bdba4cc8 100644 --- a/testing/rbw/APKBUILD +++ b/testing/rbw/APKBUILD @@ -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" diff --git a/testing/repgrep/APKBUILD b/testing/repgrep/APKBUILD index 1b7e2908d17..46afde34c6f 100644 --- a/testing/repgrep/APKBUILD +++ b/testing/repgrep/APKBUILD @@ -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=" diff --git a/testing/ripdrag/APKBUILD b/testing/ripdrag/APKBUILD index 761a683c2a0..3f194fa48a8 100644 --- a/testing/ripdrag/APKBUILD +++ b/testing/ripdrag/APKBUILD @@ -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 diff --git a/testing/rust-script/APKBUILD b/testing/rust-script/APKBUILD index 0a6c0908971..15f8e981a33 100644 --- a/testing/rust-script/APKBUILD +++ b/testing/rust-script/APKBUILD @@ -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" diff --git a/testing/rustypaste-cli/APKBUILD b/testing/rustypaste-cli/APKBUILD index 73590930948..6987ecfc4b9 100644 --- a/testing/rustypaste-cli/APKBUILD +++ b/testing/rustypaste-cli/APKBUILD @@ -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" diff --git a/testing/svgbob/APKBUILD b/testing/svgbob/APKBUILD index 49146e4acca..50426dd2322 100644 --- a/testing/svgbob/APKBUILD +++ b/testing/svgbob/APKBUILD @@ -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 diff --git a/testing/tealdeer/APKBUILD b/testing/tealdeer/APKBUILD index fc824663c8e..bc511b22830 100644 --- a/testing/tealdeer/APKBUILD +++ b/testing/tealdeer/APKBUILD @@ -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=" diff --git a/testing/tere/APKBUILD b/testing/tere/APKBUILD index bca66629d25..db7ffa145ea 100644 --- a/testing/tere/APKBUILD +++ b/testing/tere/APKBUILD @@ -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 diff --git a/testing/udpt/APKBUILD b/testing/udpt/APKBUILD index cca54a0fd6b..954b9d4de95 100644 --- a/testing/udpt/APKBUILD +++ b/testing/udpt/APKBUILD @@ -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" diff --git a/testing/yazi/APKBUILD b/testing/yazi/APKBUILD index 86938ea320a..da0036c59ab 100644 --- a/testing/yazi/APKBUILD +++ b/testing/yazi/APKBUILD @@ -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