From a691bc70a92e04ffa265a5bb6a9402be4fc60fa7 Mon Sep 17 00:00:00 2001 From: Augustin Degomme Date: Sun, 29 Oct 2023 21:16:04 +0100 Subject: [PATCH] starpu: oops, uncomment lines [ci-skip] --- tools/jenkins/ci-starpu.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" -- 2.20.1