We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9714fef commit 2abeb32Copy full SHA for 2abeb32
1 file changed
.github/workflows/build-push-spack-buildcache.yaml
@@ -70,6 +70,10 @@ jobs:
70
spack mirror add --autopush --unsigned --oci-username-variable REGISTRY_USER --oci-password-variable REGISTRY_TOKEN simphony-spack-buildcache "${SPACK_BUILDCACHE_MIRROR}"
71
spack external find --not-buildable --path /usr/local/cuda cuda
72
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
+
77
# Solve fresh against current package metadata, but still install exact matches
78
# from the mirror. Autopush dependencies as soon as source builds complete, so
79
# partial progress survives a failed long-running buildcache refresh.
0 commit comments