testing/lua-resty-redis: disable on ppc64le

This commit is contained in:
ptrcnull 2023-12-16 03:44:49 +01:00
parent 9ee2ca416b
commit c6b6846bc4
No known key found for this signature in database
GPG Key ID: 411F7B30801DD9CA

View File

@ -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" # blocked by luajit
arch="noarch !riscv64 !ppc64le" # 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"