cowprotocol / cowprotocol/contracts
ci: cache foundry libs (git submodules)
Open
Nobody has claimed this yet.
help wanted
infra
- Dominant language
- Solidity
- Stars
- 158
- Forks
- 56
- Avg merge
- 9h 40m
- Merged PRs (30d)
- 1
Description
As seen in the CoW AMM repo, the largest chunk of time spent on CI in a Foundry project is checking out all dependencies (example).
Since these dependencies rarely change, caching should be very effective to decrease running time.
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
No workflow file or test is named. Inspect the repository's CI configuration and the Foundry dependency checkout path first, then verify that dependency caching avoids repeated submodule downloads and that CI still completes successfully on cache misses and hits.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- git, github-actions, solidity
- Domain
- build-system, ci-cd, devops
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100