nodejs: build on 32 bit
This commit is contained in:
parent
9552439d8a
commit
7099f15363
|
@ -33,9 +33,8 @@ replaces="iojs>=0"
|
||||||
conflicts="nodejs-lts nodejs-lts-10"
|
conflicts="nodejs-lts nodejs-lts-10"
|
||||||
provides="nodejs-runtime-0_1"
|
provides="nodejs-runtime-0_1"
|
||||||
|
|
||||||
# https://build.voidlinux.org/builders/i686_builder/builds/27325/steps/shell_3/logs/stdio
|
if [ "$XBPS_WORDSIZE" -eq 32 ]; then
|
||||||
if [ "$XBPS_WORDSIZE" = 32 ]; then
|
disable_parallel_build="memory-exhausted"
|
||||||
broken="/usr/bin/ld: failed to set dynamic section sizes: memory exhausted"
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$XBPS_WORDSIZE" -ne "$XBPS_TARGET_WORDSIZE" ]; then
|
if [ "$XBPS_WORDSIZE" -ne "$XBPS_TARGET_WORDSIZE" ]; then
|
||||||
|
|
Loading…
Reference in New Issue