mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
testing/node-libpg-query: disable on armhf and armv7
This commit is contained in:
parent
05248e5fe1
commit
7168d00a4e
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user