From bc74d921b108951dd99341fc3873de051022d820 Mon Sep 17 00:00:00 2001 From: Eric Torrence <eric.torrence@cern.ch> Date: Sun, 26 Jan 2025 21:25:37 +0100 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 14585869..9b630581 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,7 +22,7 @@ build_image: tags: - k8s-cvmfs script: - - yum -y install man which zlib cmake make gcc gcc-c++ uuid-devel libuuid libuuid-devel #mesa-libGL-devel libXpm-devel + - yum -y install man which zlib-devel cmake make gcc gcc-c++ uuid-devel libuuid-devel #mesa-libGL-devel libXpm-devel # - yum -y install redhat-lsb # This doesn't exist in the main release! # --disablerepo=epel redhat-lsb redhat-lsb-core - mkdir build -- GitLab