From 14f3297ccaa8c98b04783397803e46d97f59d5e6 Mon Sep 17 00:00:00 2001 From: Massimiliano Culpo Date: Tue, 18 Jul 2023 23:49:22 +0200 Subject: 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 --- share/spack/templates/bootstrap/spack.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'share') 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: -- cgit v1.2.3-60-g2f50