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

Remove CI Caching step #1637

Open
notmandatory opened this issue Oct 1, 2024 · 1 comment
Open

Remove CI Caching step #1637

notmandatory opened this issue Oct 1, 2024 · 1 comment
Labels

Comments

@notmandatory
Copy link
Member

Describe the enhancement

It looks like in our CI jobs the saving the cache step is taking longer than building and running all the test steps. If we can confirm this then we should re-configure our remove caching. The only thing that may make sense to continue caching is the bitcoind and electrsd binaries.

Use case

If caching isn't really speeding up the builds then we can get CI jobs done faster without it. Faster CI jobs means faster feedback to PR developers.

Additional context

See example run:
https://github.com/bitcoindevkit/bdk/actions/runs/11132332339/job/30941326509

@notmandatory notmandatory added the ci label Oct 1, 2024
@notmandatory
Copy link
Member Author

Maybe rather than caching the bitcoind and electrsd binaries we can create a docker image with them and setup in the runner's env. Or use the nix dev shells from #1320.

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

No branches or pull requests

1 participant