Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: Install deps once and then cache #1154

Open
AlejandroCabeza opened this issue Jul 18, 2024 · 0 comments
Open

CI: Install deps once and then cache #1154

AlejandroCabeza opened this issue Jul 18, 2024 · 0 comments

Comments

@AlejandroCabeza
Copy link
Collaborator

AlejandroCabeza commented Jul 18, 2024

Currently, installing dependencies is a step in a job that is ran multiple times. That means that, depending on concurrency, it might be run multiple times. This also includes building the p2p daemon and go.

Moving it to a job that is ran before the matrix-test-job (base_tests.yml:jobs:test) and caching the installation would save a bit of time.

This includes p2pd, dependencies installed with nimble install, etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: backlog
Development

No branches or pull requests

1 participant