check semver: Update parity-publish v0.10.6 -> v0.10.10#11223
Merged
Conversation
pepoviola
approved these changes
Mar 2, 2026
sigurpol
approved these changes
Mar 2, 2026
bkchr
approved these changes
Mar 2, 2026
Contributor
Author
|
Hmm, the env only sets the default toolchain. It looks like we need to use the one present in the image. |
Contributor
Author
|
The check is not using cargo from the toolchain, instead it uses compiled-in cargo in |
github-merge-queue Bot
pushed a commit
that referenced
this pull request
Mar 2, 2026
This is fix for failing job: https://github.com/paritytech/polkadot-sdk/actions/runs/22578558700/job/65404381763?pr=10215 <img width="2079" height="544" alt="image" src="https://github.com/user-attachments/assets/37d07015-fa22-4079-ab3f-8315dcf1565c" /> Inspired by: #11223
Kanasjnr
pushed a commit
to Kanasjnr/polkadot-sdk
that referenced
this pull request
Mar 8, 2026
…1223) Fix failing semver check due to old compiled-in cargo in parity-publish by: 1. Upgrading `parity-publish` to the latest version. 2. Fixing its build dependencies installation with `apt-get`. ``` Error: failed to load manifest for workspace member `/__w/polkadot-sdk/polkadot-sdk/bridges/bin/runtime-common` referenced by workspace at `/__w/polkadot-sdk/polkadot-sdk/Cargo.toml` Caused by: 0: failed to load manifest for dependency `bp-header-chain` ... 23: failed to load manifest for dependency `pallet-revive` 24: failed to parse manifest at `/__w/polkadot-sdk/polkadot-sdk/substrate/frame/revive/Cargo.toml` 25: feature `edition2024` is required The package requires the Cargo feature called `edition2024`, but that feature is not stabilized in this version of Cargo (1.83.0). Consider adding `cargo-features = ["edition2024"]` to the top of Cargo.toml (above the [package] table) to tell Cargo you are opting in to use this unstable feature. ```
Kanasjnr
pushed a commit
to Kanasjnr/polkadot-sdk
that referenced
this pull request
Mar 8, 2026
This is fix for failing job: https://github.com/paritytech/polkadot-sdk/actions/runs/22578558700/job/65404381763?pr=10215 <img width="2079" height="544" alt="image" src="https://github.com/user-attachments/assets/37d07015-fa22-4079-ab3f-8315dcf1565c" /> Inspired by: paritytech#11223
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix failing semver check due to old compiled-in cargo in parity-publish by:
parity-publishto the latest version.apt-get.