-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add check for existing base image to speedup pipelines. #156
Conversation
@nychiang I proceeded to accidentally reproduce and then proceed to fix the same issue that we were seeing in the HiOp spack pipelines. This is promising for fixing stuff there (I hope). |
@@ -129,7 +152,7 @@ jobs: | |||
padded_length: False | |||
mirrors: | |||
local-buildcache: oci://${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} | |||
spack: https://binaries.spack.io/develop | |||
# spack: https://binaries.spack.io/develop |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have to avoid using the public spack binary mirror for now due to spack/spack#43919
Looks like no tests are being run... Might have to make some modifications to the ExaGO package to fix this, but we can debug that in a different PR... |
Closes #153 and closes #155