mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-24 11:45:18 +03:00
testing: disable a ton of packages depending on rust for riscv64
This commit is contained in:
parent
ad581c2ff5
commit
30ef6460bf
32 changed files with 32 additions and 32 deletions
|
@ -5,7 +5,7 @@ pkgver=0.1.6
|
|||
pkgrel=1
|
||||
pkgdesc="Asuran is a new archive format and rust implementation"
|
||||
url="https://gitlab.com/asuran-rs/asuran"
|
||||
arch="all !s390x !mips !mips64"
|
||||
arch="all !s390x !mips !mips64 !riscv64"
|
||||
license="BSD-2-Clause-Patent"
|
||||
makedepends="cargo openssl-dev"
|
||||
source="https://gitlab.com/asuran-rs/asuran/-/archive/v$pkgver/asuran-v$pkgver.tar.gz"
|
||||
|
|
|
@ -5,7 +5,7 @@ pkgver=0.3.8
|
|||
pkgrel=0
|
||||
pkgdesc="Command line implementation of the BLAKE3 hash function"
|
||||
url="https://blake3.io"
|
||||
arch="all !s390x !armhf !mips !mips64" # armhf: 'vaddq_u32': target specific option mismatch
|
||||
arch="all !s390x !armhf !mips !mips64 !riscv64" # armhf: 'vaddq_u32': target specific option mismatch
|
||||
license="CC0-1.0 OR Apache-2.0"
|
||||
makedepends="cargo"
|
||||
source="b3sum-$pkgver.tar.gz::https://crates.io/api/v1/crates/b3sum/$pkgver/download"
|
||||
|
|
|
@ -7,7 +7,7 @@ pkgrel=1
|
|||
pkgdesc="bitwarden alternative backend"
|
||||
_bw_web_ver=2.17.1
|
||||
url="https://github.com/dani-garcia/bitwarden_rs"
|
||||
arch="all !ppc64le !s390x !mips !mips64" # ring crate has platform specific asm - no ppc support, no rust on s390x & mips*
|
||||
arch="all !ppc64le !s390x !mips !mips64 !riscv64" # ring crate has platform specific asm - no ppc support, no rust on s390x & mips*
|
||||
license="GPL-3.0-only"
|
||||
makedepends="rust cargo sqlite-dev postgresql-dev"
|
||||
install="$pkgname.pre-install"
|
||||
|
|
|
@ -5,7 +5,7 @@ pkgver=0.9.0
|
|||
pkgrel=0
|
||||
pkgdesc="cargo subcommand to build and install C-ABI compatibile dynamic and static libraries"
|
||||
url="https://github.com/lu-zero/cargo-c"
|
||||
arch="all !s390x !mips !mips64" # no cargo for these archies
|
||||
arch="all !s390x !mips !mips64 !riscv64" # no cargo for these archies
|
||||
license="MIT"
|
||||
makedepends="cargo openssl-dev"
|
||||
subpackages="$pkgname-doc"
|
||||
|
|
|
@ -4,7 +4,7 @@ pkgver=0.8.16
|
|||
pkgrel=0
|
||||
pkgdesc="A graphical browser for Gemini, Gopher and Finger."
|
||||
url="https://sr.ht/~julienxx/Castor/"
|
||||
arch="all !s390x !mips !mips64" # limited by rust/cargo
|
||||
arch="all !s390x !mips !mips64 !riscv64" # limited by rust/cargo
|
||||
license="MIT"
|
||||
makedepends="rust cargo gtk+3.0-dev openssl-dev"
|
||||
source="$pkgname-$pkgver.tar.gz::https://git.sr.ht/~julienxx/castor/archive/$pkgver.tar.gz"
|
||||
|
|
|
@ -5,7 +5,7 @@ pkgver=0.8.2
|
|||
pkgrel=0
|
||||
pkgdesc="A viewer for git and diff output"
|
||||
url="https://github.com/dandavison/delta"
|
||||
arch="all !s390x !mips !mips64" # Limited by cargo
|
||||
arch="all !s390x !mips !mips64 !riscv64" # Limited by cargo
|
||||
license="MIT"
|
||||
makedepends="cargo"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/dandavison/delta/archive/$pkgver.tar.gz"
|
||||
|
|
|
@ -5,7 +5,7 @@ pkgver=0.6.0
|
|||
pkgrel=0
|
||||
pkgdesc="fast alternative for du"
|
||||
url="https://github.com/sharkdp/diskus"
|
||||
arch="all !s390x !mips !mips64" # limited by cargo
|
||||
arch="all !s390x !mips !mips64 !riscv64" # limited by cargo
|
||||
options="!check" #size_of_single_file test timout on armhf
|
||||
license="MIT"
|
||||
makedepends="cargo"
|
||||
|
|
|
@ -5,7 +5,7 @@ pkgver=0.7.0
|
|||
pkgrel=0
|
||||
pkgdesc="Minimal and flexible login manager daemon"
|
||||
url="https://git.sr.ht/~kennylevinsen/greetd"
|
||||
arch="all !mips64 !s390x" # blocked by cargo
|
||||
arch="all !mips64 !s390x !riscv64" # blocked by cargo
|
||||
license="GPL-3.0-only"
|
||||
makedepends="cargo linux-pam-dev scdoc"
|
||||
install="$pkgname.pre-install"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
pkgname=grpc-health-check
|
||||
pkgver=0.1.0
|
||||
pkgrel=0
|
||||
arch="all !s390x !ppc64le !armhf !armv7 !mips64"
|
||||
arch="all !s390x !ppc64le !armhf !armv7 !mips64 !riscv64"
|
||||
pkgdesc="gRPC health checking protocol"
|
||||
url="https://github.com/paypizza/grpc-health-check"
|
||||
license="Apache-2.0"
|
||||
|
|
|
@ -5,7 +5,7 @@ pkgver=0.20.2
|
|||
pkgrel=0
|
||||
pkgdesc="i3status replacement in Rust"
|
||||
url="https://github.com/greshake/i3status-rust"
|
||||
arch="all !s390x !mips !mips64" # limited by cargo
|
||||
arch="all !s390x !mips !mips64 !riscv64" # limited by cargo
|
||||
license="GPL-3.0-only"
|
||||
makedepends="rust cargo dbus-dev openssl-dev libpulse"
|
||||
options="net !check" # no tests
|
||||
|
|
|
@ -5,7 +5,7 @@ pkgver=9.0.0
|
|||
pkgrel=0
|
||||
pkgdesc="Language Server Protocol client for Kakoune implemented in Rust"
|
||||
url="https://github.com/kak-lsp/kak-lsp"
|
||||
arch="all !s390x !mips !mips64 !ppc64le" # limited by cargo
|
||||
arch="all !s390x !mips !mips64 !ppc64le !riscv64" # limited by cargo
|
||||
license="Unlicense OR MIT"
|
||||
makedepends="cargo"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/kak-lsp/kak-lsp/archive/v$pkgver.tar.gz"
|
||||
|
|
|
@ -5,7 +5,7 @@ pkgver=0.2.0
|
|||
pkgrel=0
|
||||
pkgdesc="Open Source Spotify client library"
|
||||
url="https://github.com/librespot-org/librespot"
|
||||
arch="all !s390x !mips64" # limited by cargo
|
||||
arch="all !s390x !mips64 !riscv64" # limited by cargo
|
||||
license="MIT"
|
||||
options="!check" # no test suite
|
||||
makedepends="cargo>=1.48 alsa-lib-dev"
|
||||
|
|
|
@ -4,7 +4,7 @@ pkgver=0.4.9
|
|||
pkgrel=0
|
||||
pkgdesc="mdBook is a utility to create modern online books from Markdown files"
|
||||
url="https://rust-lang.github.io/mdBook/"
|
||||
arch="all !s390x !mips !mips64" # limited by cargo
|
||||
arch="all !s390x !mips !mips64 !riscv64" # limited by cargo
|
||||
license="MPL-2.0"
|
||||
makedepends="rust cargo"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/rust-lang-nursery/mdBook/archive/v$pkgver.tar.gz"
|
||||
|
|
|
@ -7,7 +7,7 @@ pkgdesc="Cat for markdown"
|
|||
url="https://github.com/lunaryorn/mdcat"
|
||||
# s390x, mips, mips64 limited by cargo
|
||||
# ppc64le fails to build 'ring v0.16.19'
|
||||
arch="all !s390x !mips !mips64 !ppc64le"
|
||||
arch="all !s390x !mips !mips64 !ppc64le !riscv64"
|
||||
license="Apache-2.0"
|
||||
makedepends="asciidoctor cargo openssl-dev"
|
||||
checkdepends="py3-ansi2html"
|
||||
|
|
|
@ -6,7 +6,7 @@ pkgrel=0
|
|||
pkgdesc="Quickly serve files via HTTP"
|
||||
url="https://github.com/svenstaro/miniserve"
|
||||
license="MIT"
|
||||
arch="all !s390x !mips64" # limited by rust/cargo
|
||||
arch="all !s390x !mips64 !riscv64" # limited by rust/cargo
|
||||
arch="$arch !ppc64le" # FTBFS
|
||||
makedepends="cargo"
|
||||
subpackages="$pkgname-bash-completion $pkgname-fish-completion $pkgname-zsh-completion"
|
||||
|
|
|
@ -6,7 +6,7 @@ pkgrel=0
|
|||
pkgdesc="A new type of shell"
|
||||
url="https://www.nushell.sh"
|
||||
# s390x, mips, mips64: limited by cargo
|
||||
arch="all !s390x !mips !mips64"
|
||||
arch="all !s390x !mips !mips64 !riscv64"
|
||||
license="MIT"
|
||||
makedepends="cargo pkgconf openssl-dev libx11-dev libxcb-dev libgit2-dev python3"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/nushell/nushell/archive/$pkgver.tar.gz"
|
||||
|
|
|
@ -5,7 +5,7 @@ pkgver=2.9.1
|
|||
pkgrel=0
|
||||
pkgdesc="Git repository summary on your terminal"
|
||||
url="https://github.com/o2sh/onefetch"
|
||||
arch="all !s390x !mips !mips64"
|
||||
arch="all !s390x !mips !mips64 !riscv64"
|
||||
license="MIT"
|
||||
makedepends="cargo libgit2-dev zlib-dev"
|
||||
source="$pkgname-$pkgver.tar.gz::https://crates.io/api/v1/crates/onefetch/$pkgver/download"
|
||||
|
|
|
@ -5,7 +5,7 @@ pkgver=0.8.0
|
|||
pkgrel=0
|
||||
pkgdesc="A command-line tool to generate, analyze, convert and manipulate colors"
|
||||
url="https://github.com/sharkdp/pastel"
|
||||
arch="all !s390x !mips !mips64" # rust/cargo
|
||||
arch="all !s390x !mips !mips64 !riscv64" # rust/cargo
|
||||
license="Apache-2.0"
|
||||
makedepends="rust cargo"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/sharkdp/pastel/archive/v$pkgver.tar.gz"
|
||||
|
|
|
@ -6,7 +6,7 @@ pkgrel=0
|
|||
pkgdesc="Infinitely transfer data between devices over HTTP"
|
||||
url="https://github.com/nwtgck/piping-server-rust"
|
||||
license="MIT"
|
||||
arch="all !s390x !mips64" # limited by cargo
|
||||
arch="all !s390x !mips64 !riscv64" # limited by cargo
|
||||
arch="$arch !ppc64le" # FTBFS
|
||||
makedepends="cargo"
|
||||
subpackages="$pkgname-openrc"
|
||||
|
|
|
@ -5,7 +5,7 @@ pkgver=0.11.8
|
|||
pkgrel=0
|
||||
pkgdesc="Modern replacement for ps written in Rust"
|
||||
url="https://github.com/dalance/procs"
|
||||
arch="all !mips64 !s390x" # limited by rust/cargo
|
||||
arch="all !mips64 !s390x !riscv64" # limited by rust/cargo
|
||||
license="MIT"
|
||||
options="net"
|
||||
makedepends="cargo"
|
||||
|
|
|
@ -4,7 +4,7 @@ pkgver=3.2.1
|
|||
pkgrel=2
|
||||
pkgdesc="A Prometheus exporter for WireGuard, written in Rust"
|
||||
url="https://github.com/MindFlavor/prometheus_wireguard_exporter"
|
||||
arch="all !s390x !ppc64le !mips !mips64" #Crypto is broken (https://github.com/briansmith/ring/issues/389)
|
||||
arch="all !s390x !ppc64le !mips !mips64 !riscv64" #Crypto is broken (https://github.com/briansmith/ring/issues/389)
|
||||
license="MIT"
|
||||
makedepends="cargo"
|
||||
subpackages="$pkgname-openrc"
|
||||
|
|
|
@ -5,7 +5,7 @@ pkgver=0.4.1
|
|||
pkgrel=0
|
||||
pkgdesc="The fastest and safest AV1 encoder"
|
||||
url="https://github.com/xiph/rav1e"
|
||||
arch="all !s390x !mips !mips64" # no cargo for s390x
|
||||
arch="all !s390x !mips !mips64 !riscv64" # no cargo for s390x
|
||||
arch="$arch !x86 !armv7 !armhf" # tests fail on these archies
|
||||
license="BSD-2-Clause custom"
|
||||
makedepends="cargo cargo-c nasm openssl-dev"
|
||||
|
|
|
@ -6,7 +6,7 @@ pkgrel=0
|
|||
pkgdesc="Your filesystem as a dungeon!"
|
||||
url="https://github.com/facundoolano/rpg-cli"
|
||||
license="MIT"
|
||||
arch="all !s390x !mips64" # blocked by rust/cargo
|
||||
arch="all !s390x !mips64 !riscv64" # blocked by rust/cargo
|
||||
makedepends="cargo"
|
||||
source="https://github.com/facundoolano/rpg-cli/archive/$pkgver/rpg-cli-$pkgver.tar.gz"
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ url="https://github.com/mozilla/sccache/"
|
|||
# s390x & mips64: limited by cargo
|
||||
# ppc64le: not supported by ring crate
|
||||
# armhf: sigbus
|
||||
arch="all !s390x !mips64 !ppc64le !armhf"
|
||||
arch="all !s390x !mips64 !ppc64le !armhf !riscv64"
|
||||
license="Apache-2.0"
|
||||
makedepends="cargo openssl-dev"
|
||||
subpackages="$pkgname-doc"
|
||||
|
|
|
@ -5,7 +5,7 @@ pkgver=0.9.4
|
|||
pkgrel=0
|
||||
pkgdesc="Fuzzy finder in rust"
|
||||
url="https://github.com/lotabout/skim"
|
||||
arch="all !s390x !mips !mips64" # limited by rust/cargo
|
||||
arch="all !s390x !mips !mips64 !riscv64" # limited by rust/cargo
|
||||
license="MIT"
|
||||
makedepends="cargo"
|
||||
options="net"
|
||||
|
|
|
@ -5,7 +5,7 @@ pkgver=1.0
|
|||
pkgrel=2
|
||||
pkgdesc="Flexible and fast BitTorrent daemon"
|
||||
url="https://github.com/Luminarys/synapse"
|
||||
arch="all !aarch64 !s390x !mips !mips64" # Cargo (aarch64 due to MAP_32BIT)
|
||||
arch="all !aarch64 !s390x !mips !mips64 !riscv64" # Cargo (aarch64 due to MAP_32BIT)
|
||||
license="ISC"
|
||||
pkgusers="synapse-bt"
|
||||
pkggroups="synapse-bt"
|
||||
|
|
|
@ -10,7 +10,7 @@ url="https://www.thunderbird.net/"
|
|||
# s390x: limited by pipewire
|
||||
# armhf: build failure on armhf due to wasm
|
||||
# ppc64le: Rust SIGSEGVs when compiling gkrust
|
||||
arch="all !s390x !armhf !mips !mips64 !ppc64le"
|
||||
arch="all !s390x !armhf !mips !mips64 !ppc64le !riscv64"
|
||||
license="GPL-3.0-or-later AND LGPL-2.1-or-later AND MPL-2.0"
|
||||
options="!check"
|
||||
depends="
|
||||
|
|
|
@ -5,7 +5,7 @@ pkgver=0.6.0
|
|||
pkgrel=1
|
||||
pkgdesc="Twiggy a code size profiler for Wasm"
|
||||
url="https://github.com/rustwasm/twiggy"
|
||||
arch="all !s390x !mips !mips64" # Limited by cargo
|
||||
arch="all !s390x !mips !mips64 !riscv64" # Limited by cargo
|
||||
license="Apache-2.0"
|
||||
makedepends="cargo"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/rustwasm/twiggy/archive/$pkgver.tar.gz"
|
||||
|
|
|
@ -3,7 +3,7 @@ pkgname=viu
|
|||
pkgver=1.3.0
|
||||
pkgrel=0
|
||||
pkgdesc="terminal image viewer"
|
||||
arch="all !s390x !mips64" # limited by cargo
|
||||
arch="all !s390x !mips64 !riscv64" # limited by cargo
|
||||
url="https://github.com/atanunq/viu"
|
||||
license="MIT"
|
||||
makedepends="cargo"
|
||||
|
|
|
@ -4,7 +4,7 @@ pkgver=1.1.0
|
|||
pkgrel=0
|
||||
pkgdesc="Minimalistic terminal-based vocabulary-learning tool"
|
||||
url="https://github.com/proycon/vocage"
|
||||
arch="all !s390x !mips !mips64"
|
||||
arch="all !s390x !mips !mips64 !riscv64"
|
||||
license="GPL-3.0-or-later"
|
||||
makedepends="rust cargo"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/proycon/vocage/archive/refs/tags/v$pkgver.tar.gz"
|
||||
|
|
|
@ -4,7 +4,7 @@ pkgver=1.7.0
|
|||
pkgrel=0
|
||||
pkgdesc="Netcat, curl and socat for WebSockets"
|
||||
url="https://github.com/vi/websocat"
|
||||
arch="all !s390x !mips !mips64" # Limited by cargo/rust
|
||||
arch="all !s390x !mips !mips64 !riscv64" # Limited by cargo/rust
|
||||
license="MIT"
|
||||
makedepends="cargo"
|
||||
options="net"
|
||||
|
|
|
@ -5,7 +5,7 @@ pkgver=0.7.2
|
|||
pkgrel=0
|
||||
pkgdesc="Library for the Signal Private Group System"
|
||||
url="https://github.com/signalapp/zkgroup"
|
||||
arch="all !s390x !mips !mips64 !ppc64le" # limited by cargo
|
||||
arch="all !s390x !mips !mips64 !ppc64le !riscv64" # limited by cargo
|
||||
license="GPL-3.0-only"
|
||||
makedepends="cargo"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/signalapp/zkgroup/archive/v$pkgver.tar.gz"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue