From cfef541bc3a82b056e87c36fc6087d3b8667c9e9 Mon Sep 17 00:00:00 2001 From: Philippe Gras Date: Tue, 18 Feb 2025 09:36:33 +0100 Subject: [PATCH] Second build with a single job for debugging --- R/ROOT/build_tarballs.jl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/R/ROOT/build_tarballs.jl b/R/ROOT/build_tarballs.jl index c3f0d6f1f7b..d2061e75abe 100644 --- a/R/ROOT/build_tarballs.jl +++ b/R/ROOT/build_tarballs.jl @@ -154,7 +154,8 @@ cmake -GNinja \ -B build -S srcdir/root # Build the code -cmake --build build -j${njobs} +#cmake --build build -j${njobs} +cmake --build build # Install the binaries cmake --install build --prefix $prefix