Skip to content

Commit

Permalink
scripts: Do not touch Spack's user configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkuhn committed Feb 9, 2021
1 parent 4d03238 commit be60653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/spack
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ spack_install_dependencies ()
then
if test -n "${CI}"
then
spack_cmd config add 'packages:all:target:[x86_64]'
spack_cmd config --scope site add 'packages:all:target:[x86_64]'
fi

spack_cmd mark --implicit --all
Expand Down

0 comments on commit be60653

Please sign in to comment.