Ensure the bootstrap store has a padding length of zero (#38975)
Without this PR, padded length was propagating from user configuration to bootstrap configuration, and was causing the issue reported in #38963
This commit is contained in:

committed by
GitHub

parent
f24f98a1e2
commit
14f3297cca
@@ -15,6 +15,7 @@ spack:
|
||||
config:
|
||||
install_tree:
|
||||
root: {{ store_path }}
|
||||
padded_length: 0
|
||||
|
||||
packages:
|
||||
python:
|
||||
|
Reference in New Issue
Block a user