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

fix: spack:config:environments_root:~/.spack/env

parent c48e4a37
No related branches found
No related tags found
1 merge request!679fix: spack:config:environments_root:~/.spack/env
......@@ -241,6 +241,8 @@ RUN . /opt/spack/share/spack/setup-env.sh \
&& spack config --scope site add "config:install_tree:root:~/spack" \
&& spack config --scope site add "config:source_cache:~/.spack/cache" \
&& spack config --scope site add "config:binary_index_root:~/.spack" \
&& spack config --scope site add "config:environments_root:~/.spack/env" \
&& spack config --scope site add "config:suppress_gpg_warnings:true" \
&& spack config blame config \
&& spack config --scope site add "upstreams:eic-shell:install_tree:/opt/software" \
&& spack config blame upstreams
......
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