Feature: improve CI build time
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Rust
- Stars
- 1.4k
- Forks
- 561
- Avg merge
- 2d 14h
- Merged PRs (30d)
- 6
Description
Is your feature request related to a problem? Please describe.
A clean CI build takes ~10 minutes :/
Describe the solution you'd like
Use caching for cargo/Docker to make the build take less time.
Additional context
https://github.com/romanz/electrs/runs/3884587394
Contributor guide
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 CI configuration responsible for the linked run and identify where Cargo and Docker build steps are defined. Compare a clean build with caching enabled, then verify that the CI build completes faster without changing its results.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, rust
- Domain
- build-system, ci-cd
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100