Skip to content

Commit 2abeb32

Browse files
committed
output concretized specs before install
1 parent 9714fef commit 2abeb32

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build-push-spack-buildcache.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ jobs:
7070
spack mirror add --autopush --unsigned --oci-username-variable REGISTRY_USER --oci-password-variable REGISTRY_TOKEN simphony-spack-buildcache "${SPACK_BUILDCACHE_MIRROR}"
7171
spack external find --not-buildable --path /usr/local/cuda cuda
7272
73+
echo "::group::Concretized simphony spec before install"
74+
spack spec --fresh -Il simphony ^geant4@${GEANT4_VERSION} ^optix-dev@${OPTIX_VERSION}
75+
echo "::endgroup::"
76+
7377
# Solve fresh against current package metadata, but still install exact matches
7478
# from the mirror. Autopush dependencies as soon as source builds complete, so
7579
# partial progress survives a failed long-running buildcache refresh.

0 commit comments

Comments
 (0)