From d0c93a2968066dd5dc148e4bfef8cd0c84dbd6ef Mon Sep 17 00:00:00 2001 From: Alex Richert Date: Tue, 13 Feb 2024 10:48:14 -0800 Subject: [PATCH] debug ubuntu-ci-x86_64.yaml for check_package_config.py --- .github/workflows/ubuntu-ci-x86_64.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ubuntu-ci-x86_64.yaml b/.github/workflows/ubuntu-ci-x86_64.yaml index f7c51e948..927da434a 100644 --- a/.github/workflows/ubuntu-ci-x86_64.yaml +++ b/.github/workflows/ubuntu-ci-x86_64.yaml @@ -118,7 +118,10 @@ jobs: # Concretize and check for duplicates spack concretize 2>&1 | tee log.concretize.intel-2022.1.0 - ${SPACK_STACK_DIR}/util/check_package_config.py + echo DEBUG + cat ${SPACK_ENV}/site/packages.yaml + echo DEBUG + ${SPACK_STACK_DIR}/util/check_package_config.py cmake crtm curl ${SPACK_STACK_DIR}/util/show_duplicate_packages.py -d log.concretize.intel-2022.1.0 -i fms -i crtm -i esmf -i mapl # Add and update source cache