Skip to content
Snippets Groups Projects
Commit 9febe9ee authored by Marco Clemencic's avatar Marco Clemencic
Browse files

Merge branch 'force-slc6-conda-env' into 'master'

Enforce a specific conda environment for slc6 builds

See merge request !182
parents 91b22c43 f15b2ff5
No related branches found
No related tags found
1 merge request!182Enforce a specific conda environment for slc6 builds
Pipeline #7780354 passed
...@@ -38,6 +38,12 @@ fi ...@@ -38,6 +38,12 @@ fi
conda_exe=/cvmfs/lhcbdev.cern.ch/conda/miniconda/${conda_arch}/prod/condabin/conda conda_exe=/cvmfs/lhcbdev.cern.ch/conda/miniconda/${conda_arch}/prod/condabin/conda
case "$platform" in
*slc6* )
export env_hash=d793e9f5b9f35ede449593454325378b56dfde173d823ea6e978b81e5bcba3af
;;
esac
# Check if we have an externally provided conda environment hash # Check if we have an externally provided conda environment hash
if [ -z "$env_hash" ] ; then if [ -z "$env_hash" ] ; then
# otherwise we get the default from LHCbNightlyConf # otherwise we get the default from LHCbNightlyConf
......
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