From 9c08f380105e9ff10f9486bd531b8c693a276e92 Mon Sep 17 00:00:00 2001 From: Andre Sailer Date: Mon, 12 Aug 2024 11:07:09 +0200 Subject: [PATCH] GitlabCI: use el9 for doc building --- .gitlab-ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 06135630d..26a98f486 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -86,9 +86,9 @@ doxygen: needs: [] tags: - docker - image: ghcr.io/aidasoft/centos7:latest + image: ghcr.io/aidasoft/el9:latest script: - - source /cvmfs/sft.cern.ch/lcg/views/LCG_102/x86_64-centos7-gcc11-opt/setup.sh + - source /cvmfs/sft.cern.ch/lcg/views/LCG_106/x86_64-el9-gcc13-opt/setup.sh - mkdir -p public - mkdir build - cd build @@ -106,11 +106,11 @@ usermanuals: needs: [] tags: - docker - image: ghcr.io/aidasoft/centos7:latest + image: ghcr.io/aidasoft/el9:latest script: - yum install -y ghostscript poppler-utils perl - - source /cvmfs/sft.cern.ch/lcg/views/LCG_102/x86_64-centos7-gcc11-opt/setup.sh - - export PATH=/cvmfs/sft.cern.ch/lcg/external/texlive/2017/bin/x86_64-linux:$PATH + - source /cvmfs/sft.cern.ch/lcg/views/LCG_106/x86_64-el9-gcc13-opt/setup.sh + - export PATH=/cvmfs/sft.cern.ch/lcg/external/texlive/2024/bin/x86_64-linux:$PATH - export max_print_line=200 - mkdir -p public/usermanuals - mkdir build