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

fix: db_lock_timeout: 120

parent 5fd8b9cd
No related branches found
No related tags found
1 merge request!566fix: db_lock_timeout: 120
...@@ -54,6 +54,7 @@ RUN declare -A arch=( \ ...@@ -54,6 +54,7 @@ RUN declare -A arch=( \
&& spack config blame packages \ && spack config blame packages \
&& spack config --scope site add "config:suppress_gpg_warnings:true" \ && spack config --scope site add "config:suppress_gpg_warnings:true" \
&& spack config --scope site add "config:build_jobs:${jobs}" \ && spack config --scope site add "config:build_jobs:${jobs}" \
&& spack config --scope site add "config:db_lock_timeout:120" \
&& spack config --scope site add "config:install_tree:root:/opt/software" \ && spack config --scope site add "config:install_tree:root:/opt/software" \
&& spack config blame config \ && spack config blame config \
&& spack compiler find --scope site \ && spack compiler find --scope site \
......
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