From bcb300ad5efb79b4cd6faa99b5756784c20cf091 Mon Sep 17 00:00:00 2001
From: Nicolas Richart <networms@gmail.ch>
Date: Sat, 13 Jul 2024 00:39:01 +0200
Subject: [PATCH] Change padding for a deployement by hand

---
 .gitlab-ci.yml                    | 10 ----------
 stacks/pinot-noir-gcc/config.yaml |  2 +-
 2 files changed, 1 insertion(+), 11 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fb55e79..0522e65 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -167,16 +167,6 @@ spack:mksquashfs:
     - source ci/stack_env.sh
 
     - ${STACK_LOCATION}/spack/bin/spack
-      -c "config:install_tree:padded_length:False"
-      -e ${environment} install
-      --log-file spack-install-${environment}.xml
-      --log-format junit
-      --only-concrete
-      --fail-fast
-      --show-log-on-error
-
-    - ${STACK_LOCATION}/spack/bin/spack
-      -c "config:install_tree:padded_length:False"
       -e ${environment} module
       lmod refresh --yes | tee spack-modules-${environment}-${stack}.log
 
diff --git a/stacks/pinot-noir-gcc/config.yaml b/stacks/pinot-noir-gcc/config.yaml
index b0e3ad8..bac71f0 100644
--- a/stacks/pinot-noir-gcc/config.yaml
+++ b/stacks/pinot-noir-gcc/config.yaml
@@ -3,7 +3,7 @@ config:
   install_missing_compilers: false
 
   install_tree:
-    padded_length: 200
+    padded_length: False
 
   build_stage:
     - $tempdir/$user/spack-stage
-- 
GitLab