ci.yml: consolidate the second pinned maturin install in the Evidence tutorial step

Open Beginner friendly
#858 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
84/100
Issue type
Refactor
Clarity
Clearly specified
Activity status
Active
Tech stack
rust
Domain
ci-cd

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.

Description

area:evidence criticality:p3 github_actions triage:needs-implementation

.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.

Dominant language
Rust
Stars
2
Forks
0
Avg merge
3h 45m
Merged PRs (30d)
134

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from registrystack/registry-stack

All issues in registrystack/registry-stack

Similar issues

More Rust issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.