Skip to content

Commit 6893049

Browse files
committed
Create directory for Spack user scope configuration
1 parent 117e278 commit 6893049

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

containers/debian/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ target=${target[${TARGETPLATFORM}]}
237237
spack config --scope site add "packages:all:require:[target=${target}]"
238238
spack config --scope site add "packages:all:target:[${target}]"
239239
spack config blame packages
240+
mkdir -p $HOME/.spack/
240241
spack config --scope user add "config:suppress_gpg_warnings:true"
241242
spack config --scope user add "config:build_jobs:${jobs}"
242243
spack config --scope user add "config:db_lock_timeout:${jobs}00"
@@ -278,4 +279,4 @@ set -e
278279
git clone --filter=tree:0 https://github.com/${EICSPACK_ORGREPO}.git ${EICSPACK_ROOT}
279280
git -C ${EICSPACK_ROOT} checkout ${EICSPACK_VERSION}
280281
spack repo add --scope site "${EICSPACK_ROOT}"
281-
EOF
282+
EOF

0 commit comments

Comments
 (0)