From b2959031bd6ecd7448c6a3aece95e71c48c79675 Mon Sep 17 00:00:00 2001 From: Giulio Eulisse <10544+ktf@users.noreply.github.com> Date: Tue, 11 Jun 2024 22:06:00 +0200 Subject: [PATCH] Drop slc6 support --- jenkins/daily-tags | 3 --- 1 file changed, 3 deletions(-) diff --git a/jenkins/daily-tags b/jenkins/daily-tags index 110104fa..3b0b9115 100644 --- a/jenkins/daily-tags +++ b/jenkins/daily-tags @@ -105,9 +105,6 @@ try { export LD_LIBRARY_PATH=${PYTHONUSERBASE}/lib:${LD_LIBRARY_PATH} echo $NODE_NAME case $NODE_NAME in - *slc6*) - # python3 is not installed on the slc6-builder. Installing it seems to break the build. - pip=pip2 ;; *ubuntu*) # On Ubuntu 20.04, pip is pip3. (On Ubuntu 18.04, it's still pip2.) pip=pip ;;