From 0992faf21eae1711b3700145b8c8cb24af5ab601 Mon Sep 17 00:00:00 2001 From: Eric Torrence <eric.torrence@cern.ch> Date: Sun, 26 Jan 2025 20:56:57 +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 8a1f60c0..f3e38dea 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,7 +22,7 @@ build_image: tags: - k8s-cvmfs script: - - yum -y install man which make #uuid-devel libuuid libuuid-devel mesa-libGL-devel libXpm-devel + - yum -y install man which binutils #uuid-devel libuuid libuuid-devel mesa-libGL-devel libXpm-devel # --disablerepo=epel redhat-lsb redhat-lsb-core man - mkdir build - cd build -- GitLab