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

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

parent 5b42572e
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !578. Comments created here will be created in the context of that merge request.
......@@ -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.
Please register or to comment