This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
v7 release branch does't build #938
Labels
B0-silent
Changes should not be mentioned in any release notes
T7-system_parachains
This PR/Issue is related to System Parachains.
Milestone
While the 9.16 branch builds the v7 does not. ( https://github.com/paritytech/cumulus/runs/5006506401?check_suite_focus=true )
I think we can get past the first build failure by a change like
in pallets/parachain-system/src/validate_block/implementation.rs
reverting b03e8bcf151bbf4c20a7d7faa782366fc3554d58 should fix this.
but then there seem to be some clap issues also:
(maybe the latest cut has brought in a new version of clap?)
UPDATE:
reverting
b03e8bcf151bbf4c20a7d7faa782366fc3554d58 ,
9c977d6
and fd14576 should fix the build. The latter two are reverted already in the cumulus 9.16 release branch, but not the first one - let me check if something was brought in to fix that.
I also think we need to include: 86f76c5 (as this was on the release branch of cumulus)
The text was updated successfully, but these errors were encountered: