From 15cb39e0ffcc44a29c4639c63ddad03948c5d935 Mon Sep 17 00:00:00 2001 From: Sergio Garcia Date: Fri, 6 Feb 2026 13:18:45 +0100 Subject: [PATCH] Cleanup ROOT recipe --- root.sh | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/root.sh b/root.sh index 787a165249..34d021f05c 100644 --- a/root.sh +++ b/root.sh @@ -35,6 +35,7 @@ prepend_path: PYTHONPATH: "$ROOTSYS/lib" ROOT_DYN_PATH: "$ROOT_ROOT/lib" incremental_recipe: | + #!/bin/bash -e # Limit parallel builds to prevent OOM cmake --build . --target install ${JOBS+-j $JOBS} rm -vf "$INSTALLROOT/etc/plugins/TGrid/P010_TAlien.C" \ @@ -59,11 +60,8 @@ cat >/dev/null <