sp-runtime-interface
does not support 64-bit PolkaVM
#7789
Labels
I2-bug
The node fails to follow expected behavior.
I10-unconfirmed
Issue might be valid, but it's not yet known.
Is there an existing issue?
Experiencing problems? Have you tried our Stack Exchange first?
Description of bug
@koute @athei @pgherveou
sp-runtime-interface
can currently only be compiled to 64-bit PolkaVM if the featuredisable_target_static_assertions
is enabled. Typical parent crates (likesp-core
) don't allow forwarding this feature, hence requiring users of e.g.sp-core
to hack around this by overwriting/patching their ownCargo.toml
.This is the error currently:
What is the plan here? Initial support for PolkaVM was added to this crate over a year ago, but it broke along the way.
The text was updated successfully, but these errors were encountered: