From fc2156af4a3830fa26f64caead412548c4769370 Mon Sep 17 00:00:00 2001 From: Eric Torrence <eric.torrence@cern.ch> Date: Sun, 26 Jan 2025 21:06:01 +0100 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6fb2fe9a..4e812433 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,8 +22,8 @@ build_image: tags: - k8s-cvmfs script: - - yum -y install man which cmake make gcc gcc-c++ binutils #uuid-devel libuuid libuuid-devel mesa-libGL-devel libXpm-devel - # --disablerepo=epel redhat-lsb redhat-lsb-core man + - yum -y install man which cmake make gcc gcc-c++ uuid-devel libuuid libuuid-devel #mesa-libGL-devel libXpm-devel + # --disablerepo=epel redhat-lsb redhat-lsb-core - mkdir build - cd build - set +e && source ${ATLAS_LOCAL_ROOT_BASE}/user/atlasLocalSetup.sh; set -e -- GitLab