From c6b6846bc4014a709a4b81224feb7cd597f41ea6 Mon Sep 17 00:00:00 2001 From: ptrcnull Date: Sat, 16 Dec 2023 03:44:49 +0100 Subject: [PATCH] testing/lua-resty-redis: disable on ppc64le --- testing/lua-resty-redis/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/lua-resty-redis/APKBUILD b/testing/lua-resty-redis/APKBUILD index fd70cfaed84..b902f843e71 100644 --- a/testing/lua-resty-redis/APKBUILD +++ b/testing/lua-resty-redis/APKBUILD @@ -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"