-
Notifications
You must be signed in to change notification settings - Fork 251
Open
Description
The error message in CI suggests the problem is in solang-substrate-ci:
> docker run --rm -v $(pwd)/ink/caller:/opt/contract ghcr.io/hyperledger/solang-substrate-ci:62a8a6c cargo contract build --release --manifest-path /opt/contract/Cargo.toml
[==] Checking clippy linting rules
error: package `parity-scale-codec v3.7.5` cannot be built because it requires rustc 1.79.0 or newer, while the currently active rustc version is 1.75.0
Either upgrade to rustc 1.79.0 or newer, or use
cargo update parity-scale-codec@3.7.5 --precise ver
where `ver` is the latest version of `parity-scale-codec` supporting rustc 1.75.0
That repository was last updated Mar 27, 2024.
Would it make sense to disable the Polkadot integration tests until that repository is brought up to date?
I could submit a PR to do this.
Metadata
Metadata
Assignees
Labels
No labels