From 342d34c86bc02607cc4704fe37bd1fb234add6b7 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Mon, 11 Apr 2022 08:15:56 -0600 Subject: [PATCH] Debugging .github/workflows/create-spack-mirror.yaml and configs/common/config.yaml --- .github/workflows/create-spack-mirror.yaml | 13 +++++++++---- configs/common/config.yaml | 8 ++++---- spack | 2 +- 3 files changed, 14 insertions(+), 9 deletions(-) diff --git a/.github/workflows/create-spack-mirror.yaml b/.github/workflows/create-spack-mirror.yaml index 7492420d3..c3e19ee03 100644 --- a/.github/workflows/create-spack-mirror.yaml +++ b/.github/workflows/create-spack-mirror.yaml @@ -27,12 +27,17 @@ jobs: run: | source ./setup.sh ./create-env.py --app ${{ github.event.inputs.app }} --site ${{ github.event.inputs.site }} --name all - spack env activate -d envs/all + spack env activate envs/all spack compiler find - spack add re2c - spack add clingo + #spack add re2c + #spack add clingo + #set +e spack concretize - spack mirror create -a + #set -e + #spack concretize --reuse + echo "BEFORE MIRROR CREATE" + spack mirror list + spack -ddd mirror create -a # upload-artifact does not allow filenames that begin with '?' rm -f cache/source_cache/autoconf/\?id=05972f49ee632cd98057a3caf82ebfb9574846da-eaa3f69 rm -f cache/source_cache/boost/attachment.cgi?id=356970-b6f6ce6 diff --git a/configs/common/config.yaml b/configs/common/config.yaml index 2f932d06f..be4a6f961 100644 --- a/configs/common/config.yaml +++ b/configs/common/config.yaml @@ -12,17 +12,17 @@ config: # The build stage can be purged with `spack clean --stage` and # `spack clean -a`, so it is important that the specified directory uniquely # identifies Spack staging to avoid accidentally wiping out non-Spack work. - build_stage: ${SPACK_STACK_DIR}/cache/build_stage + #build_stage: ${SPACK_STACK_DIR}/cache/build_stage # Directory in which to run tests and store test results. # Tests will be stored in directories named by date/time and package # name/hash. - test_stage: ${SPACK_STACK_DIR}/cache/test_stage + #test_stage: ${SPACK_STACK_DIR}/cache/test_stage # Cache directory for already downloaded source tarballs and archived # repositories. This can be purged with `spack clean --downloads`. - source_cache: ${SPACK_STACK_DIR}/cache/source_cache + #source_cache: ${SPACK_STACK_DIR}/cache/source_cache # Cache directory for miscellaneous files, like the package index. # This can be purged with `spack clean --misc-cache` - misc_cache: ${SPACK_STACK_DIR}/cache/misc_cache + #misc_cache: ${SPACK_STACK_DIR}/cache/misc_cache diff --git a/spack b/spack index 493db5568..611033748 160000 --- a/spack +++ b/spack @@ -1 +1 @@ -Subproject commit 493db5568b35021cddcaf86381f3b46a920f4b50 +Subproject commit 6110337486f32392d7fb50473a2184e195b69396