Skip to content
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 some tooling to support copying stack binaries to root #578

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

scottwittenburg
Copy link
Collaborator

Add some scripts to do something similar to what the spack protected-publish job currently does, but after the fact, and for an arbitrary ref. Currently these scripts:

  • take an arbitrary ref and fetch the latest pipeline for it
  • download artifacts from each of the pipeline generation jobs
  • iterate over the downloaded spack.lock files, and for each:
    • create and activate the environment
    • use spack buildcache sync to copy all environment specs to another location

I am currently using these scripts for two purposes:

  • create top-level buildcaches for recent develop snapshots for which protected-publish did not run
  • evaluate proposed performance improvements to spack buildcache sync

I'm not sure these scripts will ultimately end up in one of our custom images, but we might think about how to use them to take the protected-publish job out of spack pipelines.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant