Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

wasm-builder: Enable all features when running cargo metadata #10716

Merged
merged 1 commit into from
Jan 22, 2022

Conversation

bkchr
Copy link
Member

@bkchr bkchr commented Jan 22, 2022

This is required for projects like Cumulus that have dependencies on westend-runtime, but this
runtime is only added when the runtime-benchmarks feature is enabled. By having all features
"enabled" in cargo metadata we ensure that all crates can be found.

This is required for projects like Cumulus that have dependencies on `westend-runtime`, but this
runtime is only added when the `runtime-benchmarks` feature is enabled. By having all features
"enabled" in `cargo metadata` we ensure that all crates can be found.
@bkchr bkchr added A2-insubstantial Pull request requires no code review (e.g., a sub-repository hash update). B0-silent Changes should not be mentioned in any release notes C1-low PR touches the given topic and has a low impact on builders. labels Jan 22, 2022
@bkchr bkchr merged commit 32b7189 into master Jan 22, 2022
@bkchr bkchr deleted the bkchr-wasm-builder-enable-all-features branch January 22, 2022 20:15
eskimor pushed a commit that referenced this pull request Jan 27, 2022
This is required for projects like Cumulus that have dependencies on `westend-runtime`, but this
runtime is only added when the `runtime-benchmarks` feature is enabled. By having all features
"enabled" in `cargo metadata` we ensure that all crates can be found.
Wizdave97 pushed a commit to ComposableFi/substrate that referenced this pull request Feb 4, 2022
…tytech#10716)

This is required for projects like Cumulus that have dependencies on `westend-runtime`, but this
runtime is only added when the `runtime-benchmarks` feature is enabled. By having all features
"enabled" in `cargo metadata` we ensure that all crates can be found.
grishasobol pushed a commit to gear-tech/substrate that referenced this pull request Mar 28, 2022
…tytech#10716)

This is required for projects like Cumulus that have dependencies on `westend-runtime`, but this
runtime is only added when the `runtime-benchmarks` feature is enabled. By having all features
"enabled" in `cargo metadata` we ensure that all crates can be found.
bernardo-xxnet pushed a commit to xxfoundation/substrate that referenced this pull request May 26, 2022
…tytech#10716)

This is required for projects like Cumulus that have dependencies on `westend-runtime`, but this
runtime is only added when the `runtime-benchmarks` feature is enabled. By having all features
"enabled" in `cargo metadata` we ensure that all crates can be found.
ark0f pushed a commit to gear-tech/substrate that referenced this pull request Feb 27, 2023
…tytech#10716)

This is required for projects like Cumulus that have dependencies on `westend-runtime`, but this
runtime is only added when the `runtime-benchmarks` feature is enabled. By having all features
"enabled" in `cargo metadata` we ensure that all crates can be found.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A2-insubstantial Pull request requires no code review (e.g., a sub-repository hash update). B0-silent Changes should not be mentioned in any release notes C1-low PR touches the given topic and has a low impact on builders.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants