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 <