Fix polkadot-node-core-pvf-prepare-worker build with jemalloc (#1315)
* Fix polkadot-node-core-pvf-prepare-worker build with jemalloc
The jemalloc feature on polkadot-node-core-pvf-prepare-worker depended
on some feature gated code in polkadot-node-core-pvf-common but there
way no way to enable this feature gate.
This commit adds the feature and makes prepare-worker enable it.
* More jemalloc-allocator fixes
* Fix jemalloc-allocator feature dep
* Run `zepter format features`
---------
Co-authored-by:
Marcin S <marcin@realemail.net>
Showing
- Cargo.lock 0 additions, 1 deletionCargo.lock
- polkadot/Cargo.toml 6 additions, 1 deletionpolkadot/Cargo.toml
- polkadot/node/core/pvf/Cargo.toml 1 addition, 0 deletionspolkadot/node/core/pvf/Cargo.toml
- polkadot/node/core/pvf/common/Cargo.toml 1 addition, 0 deletionspolkadot/node/core/pvf/common/Cargo.toml
- polkadot/node/core/pvf/execute-worker/Cargo.toml 0 additions, 4 deletionspolkadot/node/core/pvf/execute-worker/Cargo.toml
- polkadot/node/core/pvf/prepare-worker/Cargo.toml 4 additions, 1 deletionpolkadot/node/core/pvf/prepare-worker/Cargo.toml
Please register or sign in to comment