From 5dead8d17b111b88df0d9374c5423239927e16c7 Mon Sep 17 00:00:00 2001 From: Eric Torrence <eric.torrence@cern.ch> Date: Sun, 26 Jan 2025 21:43:34 +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 99236398..2369e2a0 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-devel lz4-devel cmake make gcc gcc-c++ uuid-devel libuuid-devel #mesa-libGL-devel libXpm-devel + - yum -y install man which zlib-devel lz4-devel cmake make gcc gcc-c++ uuid-devel libuuid-devel expat-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