From e2de8ed60fb11e28aa0b3078e530d43d1b9612bc Mon Sep 17 00:00:00 2001 From: Eric Torrence <eric.torrence@cern.ch> Date: Sun, 26 Jan 2025 21:13:03 +0100 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4e812433..25973cb2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,7 +22,8 @@ build_image: tags: - k8s-cvmfs script: - - yum -y install man which cmake make gcc gcc-c++ uuid-devel libuuid libuuid-devel #mesa-libGL-devel libXpm-devel + - yum -y install man which cmake make gcc gcc-c++ uuid-devel libuuid libuuid-devel zlib #mesa-libGL-devel libXpm-devel + - yum -y install redhat-lsb # --disablerepo=epel redhat-lsb redhat-lsb-core - mkdir build - cd build -- GitLab