From 6772253a29b10fa284c60d12d1e1659fde21ca2e Mon Sep 17 00:00:00 2001 From: ptrcnull Date: Wed, 3 May 2023 04:05:27 +0200 Subject: [PATCH] node-print: disable on armhf, armv7 hangs on tests, dunno why --- node-print/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node-print/APKBUILD b/node-print/APKBUILD index dc39063..5975a5e 100644 --- a/node-print/APKBUILD +++ b/node-print/APKBUILD @@ -5,7 +5,7 @@ pkgver=11 pkgrel=0 pkgdesc="another terrible javascript engine wrapper" url="https://git.ddd.rip/ptrcnull/ptrcports" -arch="noarch" +arch="noarch !armhf !armv7" # hangs on tests license="BSD-2-Clause" depends="nodejs-current" source="np index.js"