From 7cbee08dc65455411d712bb985f4bf73ee6770e9 Mon Sep 17 00:00:00 2001
From: Nicolas Richart <networms@gmail.ch>
Date: Tue, 9 Jul 2024 19:46:59 +0200
Subject: [PATCH] reduce path length

---
 stacks/pinot-noir-gcc/config.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/stacks/pinot-noir-gcc/config.yaml b/stacks/pinot-noir-gcc/config.yaml
index aff2737..ca91964 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: 242
+    padded_length: 227
 
   build_stage:
     - $tempdir/$user/spack-stage
-- 
GitLab