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

Make RocksDb optional throughout Polkadot and Cumulus #2553

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

JoshOrndorff
Copy link
Contributor

Many Substrate crates have a rocksdb feature that allows faster builds by removing rocks db from the dependency graph. This practice was not extended throughout parts of Cumulus and Polkadot.

This meant that parachain projects always had to build RockDb, which consumes time and energy, and now, even makes my github actions runners run out of disk space 😆

This PR, extends the practice of making rocksdb optional throughout Polkadot and cumulus.

Note, that I also discovered a compile problem along the way and reported it in #2551. I need guess I will need a little guidance on that before tidying this one up.

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

Successfully merging this pull request may close these issues.

1 participant