testing/node-libpg-query: disable on armhf and armv7

This commit is contained in:
ptrcnull 2024-01-14 19:32:41 +01:00
parent 05248e5fe1
commit 7168d00a4e
No known key found for this signature in database
GPG Key ID: 411F7B30801DD9CA

View File

@ -10,7 +10,8 @@ pkgdesc="The real PostgreSQL query parser for Node.js (experimental aport!)"
url="https://github.com/pyramation/libpg-query-node"
# riscv64: missing libpg_query
# x86: textrels
arch="all !x86 !riscv64"
# armhf, armv7: blocked by libpg_query
arch="all !x86 !riscv64 !armhf !armv7"
license="MIT"
makedepends="libpg_query-dev nodejs-dev python3 yarn"
source="https://github.com/pyramation/libpg-query-node/archive/$_gitrev/$pkgname-$_gitrev.tar.gz