From bd79c37c951d036761280d9c778ce8e8519b2bf1 Mon Sep 17 00:00:00 2001 From: Peter Scheibel Date: Tue, 13 May 2025 17:18:03 -0700 Subject: [PATCH] generate debug output for rebuild-index action --- lib/spack/spack/ci/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/spack/spack/ci/common.py b/lib/spack/spack/ci/common.py index 43481679c66..b348ee9b8bf 100644 --- a/lib/spack/spack/ci/common.py +++ b/lib/spack/spack/ci/common.py @@ -616,7 +616,7 @@ def generate_ir(self): # Reindex script { "reindex-job": { - "script:": ["spack buildcache update-index --keys {index_target_mirror}"] + "script:": ["spack -d buildcache update-index --keys {index_target_mirror}"] } }, # Cleanup script