Skip to content

Commit 1b2744c

Browse files
wdconincCopilot
andauthored
Update ~/.spack comment with more context
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 5207db7 commit 1b2744c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

containers/debian/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ target=${target[${TARGETPLATFORM}]}
239239
spack config --scope site add "packages:all:require:[target=${target}]"
240240
spack config --scope site add "packages:all:target:[${target}]"
241241
spack config blame packages
242-
mkdir -p $HOME/.spack/ # https://github.com/spack/spack/issues/51564
242+
mkdir -p $HOME/.spack/ # workaround for Spack not creating config directory automatically in some versions (see https://github.com/spack/spack/issues/51564)
243243
spack config --scope user add "config:suppress_gpg_warnings:true"
244244
spack config --scope user add "config:build_jobs:${jobs}"
245245
spack config --scope user add "config:db_lock_timeout:${jobs}00"

0 commit comments

Comments
 (0)