Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
starpu: oops, uncomment lines [ci-skip]
authorAugustin Degomme <adegomme@users.noreply.github.com>
Sun, 29 Oct 2023 20:16:04 +0000 (21:16 +0100)
committerAugustin Degomme <adegomme@users.noreply.github.com>
Sun, 29 Oct 2023 20:16:04 +0000 (21:16 +0100)
tools/jenkins/ci-starpu.sh

index 9c8ac07..73864b4 100755 (executable)
@@ -9,8 +9,8 @@ set -ex
 export SUDO=""
 
 echo "XXXXXXXXXXXXXXXX Install APT dependencies"
-#$SUDO apt-get update
-#$SUDO apt-get -y install build-essential libboost-all-dev wget git xsltproc
+$SUDO apt-get update
+$SUDO apt-get -y install build-essential libboost-all-dev wget git xsltproc
 
 for i in master starpu-1.3 ; do
   echo "XXXXXXXXXXXXXXXX Build and test StarPU $i"