diff options
author | Massimiliano Culpo <massimiliano.culpo@gmail.com> | 2023-07-18 23:49:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-18 23:49:22 +0200 |
commit | 14f3297ccaa8c98b04783397803e46d97f59d5e6 (patch) | |
tree | f92ddf10bc3f448eb56eac9440e89766a02397d3 /share | |
parent | f24f98a1e23f802d42fcc1f2c99e37548346c150 (diff) | |
download | spack-14f3297ccaa8c98b04783397803e46d97f59d5e6.tar.gz spack-14f3297ccaa8c98b04783397803e46d97f59d5e6.tar.bz2 spack-14f3297ccaa8c98b04783397803e46d97f59d5e6.tar.xz spack-14f3297ccaa8c98b04783397803e46d97f59d5e6.zip |
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
Diffstat (limited to 'share')
-rw-r--r-- | share/spack/templates/bootstrap/spack.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/spack/templates/bootstrap/spack.yaml b/share/spack/templates/bootstrap/spack.yaml index 4573bb485e..251977d0c5 100644 --- a/share/spack/templates/bootstrap/spack.yaml +++ b/share/spack/templates/bootstrap/spack.yaml @@ -15,6 +15,7 @@ spack: config: install_tree: root: {{ store_path }} + padded_length: 0 packages: python: |