`outputs / re-generate` action disabled due to source builds
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 52
- Forks
- 38
- Avg merge
- 9d 17h
- Merged PRs (30d)
- 8
Description
The outputs / re-generate github action runs for a long time due to from source builds in the stacks section.
It should use the build cache like last successful run on the main branch: 50d9e65e0ce40a344101b05104eb6f5a2d0f83a4
I've disabled this action for now, here: https://github.com/spack/spack-tutorial/actions/workflows/outputs.yml
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the disabled outputs workflow at .github/workflows/outputs.yml and compare its stacks section with commit 50d9e65e0ce40a344101b05104eb6f5a2d0f83a4 on main. Confirm the workflow uses the build cache for source builds, then verify that outputs / re-generate completes without the previous long build time before re-enabling it.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions
- Domain
- build-system, ci-cd
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100