From a768029a9a1dea13a8d6079b3bd965cf60b07567 Mon Sep 17 00:00:00 2001
From: Louis Moureaux <louis.moureaux@cern.ch>
Date: Sat, 20 Jan 2024 03:41:50 +0100
Subject: [PATCH] Avoid running ProtoDarwin tests twice

---
 install.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/install.sh b/install.sh
index e56fcaf..e6d5cb6 100755
--- a/install.sh
+++ b/install.sh
@@ -20,8 +20,7 @@ scram setup ../libgit2.xml
 # Download and build supporting tools
 cd $BASE_DIR
 cmake3 -B .build
-cmake3 --build .build -j$(nproc)
-cmake3 --build .build --target install -j8
+cmake3 --build .build --target install -j$(nproc)
 
 # Get Core
 cd $CMSSW_BASE/src
-- 
GitLab