From 2a59108c626d3a398f0a5f5f75be6e14a26b0e13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Sun, 13 Sep 2020 10:09:16 +0700 Subject: [PATCH] Revert "nodejs: build on 32 bit" This reverts commit 7099f153638175566d40008229fffcc78fc384da. Local build succeed with non-parallel build. --- srcpkgs/nodejs/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/nodejs/template b/srcpkgs/nodejs/template index 8e650f6dd88..aa0c228aaf5 100644 --- a/srcpkgs/nodejs/template +++ b/srcpkgs/nodejs/template @@ -33,8 +33,9 @@ replaces="iojs>=0" conflicts="nodejs-lts nodejs-lts-10" provides="nodejs-runtime-0_1" -if [ "$XBPS_WORDSIZE" -eq 32 ]; then - disable_parallel_build="memory-exhausted" +# https://build.voidlinux.org/builders/i686_builder/builds/27325/steps/shell_3/logs/stdio +if [ "$XBPS_WORDSIZE" = 32 ]; then + broken="/usr/bin/ld: failed to set dynamic section sizes: memory exhausted" fi if [ "$XBPS_WORDSIZE" -ne "$XBPS_TARGET_WORDSIZE" ]; then