mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
Revert "nodejs: build on 32 bit"
This reverts commit 7099f15363
.
Local build succeed with non-parallel build.
This commit is contained in:
parent
7099f15363
commit
2a59108c62
1 changed files with 3 additions and 2 deletions
|
@ -33,8 +33,9 @@ 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"
|
||||||
|
|
||||||
if [ "$XBPS_WORDSIZE" -eq 32 ]; then
|
# https://build.voidlinux.org/builders/i686_builder/builds/27325/steps/shell_3/logs/stdio
|
||||||
disable_parallel_build="memory-exhausted"
|
if [ "$XBPS_WORDSIZE" = 32 ]; then
|
||||||
|
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…
Add table
Reference in a new issue