From: Augustin Degomme Date: Sun, 29 Oct 2023 20:16:04 +0000 (+0100) Subject: starpu: oops, uncomment lines [ci-skip] X-Git-Tag: v3.35~89^2~32 X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/a691bc70a92e04ffa265a5bb6a9402be4fc60fa7 starpu: oops, uncomment lines [ci-skip] --- diff --git a/tools/jenkins/ci-starpu.sh b/tools/jenkins/ci-starpu.sh index 9c8ac07d1f..73864b4426 100755 --- a/tools/jenkins/ci-starpu.sh +++ b/tools/jenkins/ci-starpu.sh @@ -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"