main/*: remove stale mips references

This commit is contained in:
ptrcnull 2024-05-22 10:13:36 +02:00
parent 5ad641d536
commit 21d29cabd9
No known key found for this signature in database
GPG key ID: 411F7B30801DD9CA
14 changed files with 7 additions and 32 deletions

View file

@ -11,11 +11,6 @@ makedepends="util-linux-dev zeromq-dev cmake samurai"
subpackages="$pkgname-static $pkgname-dev"
source="$pkgname-$pkgver.tar.gz::https://github.com/zeromq/czmq/archive/v$pkgver.tar.gz"
case "$CARCH" in
# crypto tests assume MIPS is little-endian
mips*) options="!check";;
esac
build() {
if [ "$CBUILD" != "$CHOST" ]; then
CMAKE_CROSSOPTS="-DCMAKE_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_NAME=Linux"

View file

@ -5,7 +5,7 @@ pkgver=0.1.0
pkgrel=0
pkgdesc="Script to easily generate self-signed UEFI keys for Secure Boot"
url="https://github.com/jirutka/efi-mkkeys"
arch="noarch !armhf !s390x !ppc64le !mips !mips64 !riscv64 !loongarch64" # limited by efitools
arch="noarch !armhf !s390x !ppc64le !riscv64 !loongarch64" # limited by efitools
license="MIT"
depends="efitools cmd:openssl cmd:uuidgen"
source="https://github.com/jirutka/efi-mkkeys/archive/v$pkgver/efi-mkkeys-$pkgver.tar.gz"

View file

@ -8,7 +8,7 @@ pkgdesc="EFI tools"
url="https://git.kernel.org/pub/scm/linux/kernel/git/jejb/efitools.git"
# riscv64: fails to build
# others: limited by sbsigntool
arch="all !armhf !s390x !ppc64le !mips !mips64 !riscv64 !loongarch64"
arch="all !armhf !s390x !ppc64le !riscv64 !loongarch64"
license="(GPL-2.0-only AND LGPL-2.1-or-later) WITH OpenSSL-Exception"
options="!check" # no testsuite
# efi-readvar requires mount(8) with -l option

View file

@ -27,7 +27,7 @@ builddir="$srcdir/$_pkgreal-$pkgver"
case "$CARCH" in
# https://github.com/libgd/libgd/issues/359
aarch64|mips*|ppc64le|riscv64|s390x|x86|loongarch64) options="!check";;
aarch64|ppc64le|riscv64|s390x|x86|loongarch64) options="!check";;
esac
# secfixes:

View file

@ -4,7 +4,7 @@ pkgver=3.0.15
pkgrel=4
pkgdesc="Development Libraries and headers for EFI"
url="https://sourceforge.net/projects/gnu-efi/"
arch="all !armhf !s390x !ppc64le !mips !mips64 !loongarch64"
arch="all !armhf !s390x !ppc64le !loongarch64"
license="BSD-2-Clause"
subpackages="$pkgname-dev"
depends_dev="$pkgname"

View file

@ -16,10 +16,6 @@ source="https://github.com/seccomp/libseccomp/releases/download/v$pkgver/libsecc
remove-redefinition-prctl.patch
"
case "$CARCH" in
mips*) options="$options !check";;
esac
# secfixes:
# 2.4.0-r0:
# - CVE-2019-9893

View file

@ -29,7 +29,6 @@ source="https://github.com/libsndfile/libsndfile/releases/download/$pkgver/libsn
case $CARCH in
arm*) options="!check" ;; # sporadic testsuite failures
s390x*) options="!check" ;; # broken opus support
mips*) options="!check" ;; # takes way too long
esac
# secfixes:

View file

@ -90,7 +90,6 @@ _kernelarch() {
case "$arch" in
aarch64*) arch="arm64" ;;
arm*) arch="arm" ;;
mips*) arch="mips" ;;
ppc*) arch="powerpc" ;;
s390*) arch="s390" ;;
riscv*) arch="riscv" ;;

View file

@ -71,7 +71,7 @@ subpackages="
options="suid"
case "$CARCH" in
x86|s390x|mips64) _enable_rocksdb=NO ;;
x86|s390x) _enable_rocksdb=NO ;;
*)
_enable_rocksdb=YES
subpackages="$subpackages $pkgname-plugin-rocksdb:_plugin_rocksdb"

View file

@ -369,13 +369,6 @@ check() {
msg "Running nginx tests..."
cd "$srcdir"/nginx-tests-*
case "$CARCH" in
mips*)
# Sporadic failure on builder.
rm ssl.t
;;
esac
: ${JOBS:-1}
TEST_NGINX_BINARY="$builddir/objs/nginx" prove -j $((JOBS > 20 ? 20 : JOBS)) .

View file

@ -38,8 +38,6 @@ prepare() {
build() {
local _enable_jit="--enable-jit"
case "$CARCH" in
mips64*) export CPPFLAGS="$CPPFLAGS -DSLJIT_IS_FPU_AVAILABLE=0";;
mips*) export CPPFLAGS="$CPPFLAGS -DSLJIT_IS_FPU_AVAILABLE=0 -DSLJIT_MIPS_R1=1";;
s390x) _enable_jit="";;
riscv*) _enable_jit="";;
loongarch64) _enable_jit="";;

View file

@ -16,11 +16,6 @@ source="http://www.litech.org/radvd/dist/radvd-$pkgver.tar.xz
fix-alpine-plz.patch
"
# test failure on builders due to kernel issue
case "$CARCH" in
mips*) options="!check";;
esac
prepare() {
default_prepare
update_config_sub

View file

@ -119,7 +119,7 @@ build() {
package() {
case "$CARCH" in
mips64|x86*) return;;
x86*) return;;
esac
cd "$builddir"/build
mkdir -p "$pkgdir"/usr/share/$pkgname "$pkgdir"/usr/sbin

View file

@ -19,7 +19,7 @@ pkgrel=$(( _krel + _rel ))
pkgdesc="Iptables extensions kernel modules"
url="https://inai.de/projects/xtables-addons/"
arch="all !armhf !mips64 !riscv64"
arch="all !armhf !riscv64"
license="GPL-2.0-or-later"
depends="$_kpkg=$_kpkgver"
makedepends="$_kpkg-dev=$_kpkgver iptables-dev linux-headers"