registrystack / registrystack/registry-stack
ci.yml: consolidate the second pinned maturin install in the Evidence tutorial step
- Dominant language
- Rust
- Stars
- 2
- Forks
- 0
- Avg merge
- 2h 55m
- Merged PRs (30d)
- 130
Description
`.github/workflows/ci.yml` installs the pinned maturin requirements twice: once under the "Release Linux Node client pinned tools" gate and a second, ungated copy in the Evidence tutorial assembly step. The release unit test mutates every copy when it proves the gate reports its loss, so the duplication is caught, but one install (or one shared step) is simpler than two copies to keep in sync.
Origin: review of PR #850.
Contributor guide
Research direction
Open `.github/workflows/ci.yml` and compare the pinned maturin installation under the "Release Linux Node client pinned tools" gate with the copy in the Evidence tutorial assembly step. Consolidate the duplicate installation into one maintained copy or shared step, then run the release unit test to confirm the gate-loss check still detects the installation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- ci-cd
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Active
- Clarity
- Clearly specified
- Newbie friendliness
- 84/100