Skip to content
Snippets Groups Projects
Commit 256bf04d authored by Patrick Louis S Connor's avatar Patrick Louis S Connor
Browse files

fix CI

parent ca619eec
No related branches found
No related tags found
1 merge request!12adapting the installer after the migration
Pipeline #6769408 passed
...@@ -18,6 +18,11 @@ cmake: ...@@ -18,6 +18,11 @@ cmake:
stage: build stage: build
tags: tags:
- cvmfs - cvmfs
before_script:
- cd /lib64
- ln -s libssl.so.1.1.1k libssl.so
- ln -s libcrypto.so.1.1.1k libcrypto.so
- cd -
script: script:
- source /cvmfs/cms.cern.ch/cmsset_default.sh - source /cvmfs/cms.cern.ch/cmsset_default.sh
- yum install -y cmake3 python3 zsh - yum install -y cmake3 python3 zsh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment