mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-26 10:12:13 +01:00
testing/*: disable on loongarch64 (limited by luajit)
The Luajit compiler has no upstream support for loongarch64.
This commit is contained in:
parent
7f34067b6f
commit
dfd17d796e
@ -4,7 +4,7 @@ pkgver=1.59.7
|
||||
pkgrel=3
|
||||
pkgdesc="HEP Capture Server & Switch in Go"
|
||||
url="http://sipcapture.io"
|
||||
arch="all !riscv64 !ppc64le" # FTBFS
|
||||
arch="all !riscv64 !ppc64le !loongarch64" # FTBFS
|
||||
license="AGPL-3.0-or-later"
|
||||
makedepends="go"
|
||||
install="$pkgname.pre-install"
|
||||
|
||||
@ -6,8 +6,8 @@ _gitrev=f9186f2478bfb096c5a43bdb0c91985c3ef3e20d
|
||||
pkgrel=1
|
||||
pkgdesc="Parser for Snort unified/unified2 files"
|
||||
url="https://github.com/firnsy/barnyard2"
|
||||
# riscv64, ppc64le: blocked by snort -> luajit
|
||||
arch="all !ppc64le !riscv64"
|
||||
# riscv64, ppc64le, loongarch64: blocked by snort -> luajit
|
||||
arch="all !ppc64le !riscv64 !loongarch64"
|
||||
license="GPL-2.0-only"
|
||||
depends="snort"
|
||||
install="$pkgname.pre-install"
|
||||
|
||||
@ -5,8 +5,8 @@ pkgver=1.27.0
|
||||
pkgrel=1
|
||||
pkgdesc="Enlightenment Foundation Libraries"
|
||||
url="https://www.enlightenment.org"
|
||||
# ppc64le, riscv64: luajit
|
||||
arch="all !ppc64le !riscv64"
|
||||
# ppc64le, riscv64, loongarch64: luajit
|
||||
arch="all !ppc64le !riscv64 !loongarch64"
|
||||
license="LGPL-2.1-only"
|
||||
makedepends="
|
||||
dbus-dev
|
||||
|
||||
@ -5,9 +5,9 @@ pkgver=2.1.10
|
||||
pkgrel=0
|
||||
pkgdesc="Fast and Lightweight Log processor and forwarder"
|
||||
url="https://fluentbit.io/"
|
||||
# riscv64: does not support bundled luajit
|
||||
# riscv64, loongarch64: does not support bundled luajit
|
||||
# arm: doesn't build
|
||||
arch="all !armhf !armv7 !ppc64le !s390x !riscv64"
|
||||
arch="all !armhf !armv7 !ppc64le !s390x !riscv64 !loongarch64"
|
||||
license="Apache-2.0"
|
||||
# XXX:
|
||||
# wamr, sqlite, rdkafka, c-ares, luajit are bundled
|
||||
|
||||
@ -5,7 +5,7 @@ pkgver=0.8.22
|
||||
pkgrel=0
|
||||
pkgdesc="FFI-based OpenSSL binding for OpenResty"
|
||||
url="https://github.com/fffonion/lua-resty-openssl"
|
||||
# ppc64le, riscv64: no luajit/openresty
|
||||
# ppc64le, riscv64, loongarch64: no luajit/openresty
|
||||
# armhf, armv7, s390x, x86: failing tests
|
||||
arch="aarch64 x86_64"
|
||||
license="BSD-2-Clause"
|
||||
|
||||
@ -5,7 +5,7 @@ pkgver=0.29
|
||||
pkgrel=0
|
||||
pkgdesc="Lua redis client driver for the ngx_lua based on the cosocket API"
|
||||
url="https://github.com/openresty/lua-resty-redis"
|
||||
arch="noarch !riscv64 !ppc64le" # blocked by luajit
|
||||
arch="noarch !riscv64 !ppc64le !loongarch64" # blocked by luajit
|
||||
license="BSD-2-Clause"
|
||||
depends="luajit"
|
||||
source="https://github.com/openresty/lua-resty-redis/archive/v$pkgver/lua-resty-redis-$pkgver.tar.gz"
|
||||
|
||||
@ -4,8 +4,8 @@ pkgver=0.11
|
||||
pkgrel=0
|
||||
pkgdesc="Streaming reader and parser for HTTP file uploading based on ngx_lua cosocket"
|
||||
url="https://github.com/openresty/lua-resty-upload"
|
||||
# riscv64, ppc64le: no luajit
|
||||
arch="all !riscv64 !ppc64le"
|
||||
# riscv64, ppc64le, loongarch64: no luajit
|
||||
arch="all !riscv64 !ppc64le !loongarch64"
|
||||
license="BSD-2-Clause"
|
||||
depends="luajit"
|
||||
source="https://github.com/openresty/lua-resty-upload/archive/v$pkgver/lua-resty-upload-$pkgver.tar.gz"
|
||||
|
||||
@ -14,7 +14,7 @@ source="https://github.com/lubyk/$_rockname/archive/REL-$pkgver/lua-xml-$pkgver.
|
||||
builddir="$srcdir/$_rockname-REL-$pkgver"
|
||||
|
||||
case "$CARCH" in
|
||||
ppc64le|riscv64)
|
||||
ppc64le|riscv64|loongarch64)
|
||||
# blocked by luajit
|
||||
options="$options !check"
|
||||
;;
|
||||
|
||||
@ -6,8 +6,8 @@ pkgrel=0
|
||||
pkgdesc="Desktop version of the classic falling sand physics sandbox, simulates air pressure, velocity & heat!"
|
||||
url="http://powdertoy.co.uk/"
|
||||
# riscv64: textrels
|
||||
# ppc64le: luajit
|
||||
arch="all !ppc64le !riscv64"
|
||||
# ppc64le, loongarch64: luajit
|
||||
arch="all !ppc64le !riscv64 !loongarch64"
|
||||
license="GPL-3.0-only"
|
||||
makedepends="
|
||||
bzip2-dev
|
||||
|
||||
@ -7,7 +7,7 @@ _commit_ver=a44ae4b2a2f5289dc00bdf123eee239c99fab3b5
|
||||
pkgrel=0
|
||||
pkgdesc="Solarus is an open-source adventure 2D game engine written in C++"
|
||||
url="https://solarus-games.org/"
|
||||
arch="all !ppc64le !riscv64" # no luajit found
|
||||
arch="all !ppc64le !riscv64 !loongarch64" # no luajit found
|
||||
license="GPL-3.0-Only"
|
||||
depends="
|
||||
libvorbis
|
||||
|
||||
@ -6,9 +6,9 @@ _commit_ver=c6861dead576c5ed18dfdd33a8082101683c0324
|
||||
pkgrel=0
|
||||
pkgdesc="Game editor for the Solarus engine."
|
||||
url="https://www.solarus-games.org/"
|
||||
#ppc64le, riscv64: # no luajit found
|
||||
#ppc64le, riscv64, loongarch64: # no luajit found
|
||||
#aarch64, armhf, armv7: OpenGL/ES3 error while compiling
|
||||
arch="all !aarch64 !armhf !armv7 !ppc64le !riscv64"
|
||||
arch="all !aarch64 !armhf !armv7 !ppc64le !riscv64 !loongarch64"
|
||||
license="GPL-3.0-Only"
|
||||
depends="solarus-engine"
|
||||
makedepends="
|
||||
|
||||
@ -8,7 +8,7 @@ provides="trafficserver=$pkgver-r$pkgrel"
|
||||
pkgdesc="Fast, scalable and extensible HTTP/1.1 and HTTP/2 compliant caching proxy server"
|
||||
url="https://trafficserver.apache.org/"
|
||||
# other platforms are unsupported
|
||||
# ppc64le: luajit
|
||||
# ppc64le, loongarch64: luajit
|
||||
arch="x86_64 aarch64"
|
||||
license="Apache-2.0"
|
||||
makedepends="
|
||||
|
||||
@ -4,7 +4,7 @@ pkgver=1.4.5
|
||||
pkgrel=1
|
||||
pkgdesc="Open-source engine for Heroes of Might and Magic III"
|
||||
url="https://vcmi.eu"
|
||||
# ppc64le, riscv64: no luajit
|
||||
# ppc64le, riscv64, loongarch64: no luajit
|
||||
# game engine
|
||||
arch="aarch64 x86_64"
|
||||
license="GPL-2.0-or-later"
|
||||
|
||||
@ -4,7 +4,7 @@ pkgver=1.0
|
||||
pkgrel=4
|
||||
pkgdesc="obs-studio plugin that allows you to screen capture on wlroots"
|
||||
url="https://hg.sr.ht/~scoopta/wlrobs"
|
||||
arch="all !riscv64 !ppc64le" # obs -> luajit
|
||||
arch="all !riscv64 !ppc64le !loongarch64" # obs -> luajit
|
||||
license="GPL-3.0-only"
|
||||
makedepends="
|
||||
libdrm-dev
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user