From 9321caca0d2fd63056d010db6655629b2949a408 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Mon, 9 Jun 2025 17:23:51 +0200 Subject: [PATCH] fractal: mark broken for 32bit targets --- srcpkgs/fractal/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/fractal/template b/srcpkgs/fractal/template index 1ecaa220198..15ea1abe23f 100644 --- a/srcpkgs/fractal/template +++ b/srcpkgs/fractal/template @@ -20,6 +20,10 @@ checksum=64b84201976818d148a20351e4fcccc426739ccbfba485b911ca7625c559338f export PATH="$PATH:$XBPS_BUILDDIR/${pkgname}-${version}/node_modules/.bin" +if [ "$XBPS_TARGET_WORDSIZE" = 32 ]; then + broken="runs out of memory when linking" +fi + post_patch() { if [ "$CROSS_BUILD" ]; then vsed -i src/meson.build \