fractal: disable parallel build to reduce memory usage

This commit is contained in:
classabbyamp
2026-01-18 19:41:55 -05:00
parent 7e17cc823e
commit f97871368a
+1
View File
@@ -22,6 +22,7 @@ export PATH="$PATH:$XBPS_BUILDDIR/${pkgname}-${version}/node_modules/.bin"
case "$XBPS_TARGET_MACHINE" in
i686*) broken="runs out of memory when linking" ;;
armv*) disable_parallel_build=yes ;;
esac
post_patch() {