Skip to content

Make RocksDb optional throughout Polkadot and Cumulus#2553

Closed
JoshOrndorff wants to merge 10 commits intoparitytech:masterfrom
Off-Narrative-Labs:joshy-no-rocks-db
Closed

Make RocksDb optional throughout Polkadot and Cumulus#2553
JoshOrndorff wants to merge 10 commits intoparitytech:masterfrom
Off-Narrative-Labs:joshy-no-rocks-db

Conversation

@JoshOrndorff
Copy link
Copy Markdown
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.

2 participants