Skip to content
Snippets Groups Projects
Commit 090a97dc authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

fix: spack:config:source_cache:/var/cache/spack

parent 145bd543
No related branches found
No related tags found
1 merge request!578fix: spack:config:source_cache:/var/cache/spack
......@@ -55,6 +55,7 @@ RUN declare -A target=( \
&& spack config --scope site add "config:build_jobs:${jobs}" \
&& spack config --scope site add "config:db_lock_timeout:${jobs}0" \
&& spack config --scope site add "config:install_tree:root:/opt/software" \
&& spack config --scope site add "config:source_cache:/var/cache/spack" \
&& spack config blame config \
&& spack compiler find --scope site \
&& spack config blame compilers
......
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