Skip to content

Commit 47625ef

Browse files
authored
Update latest polkadot-sdk master with permissionless lanes feature support (#3059)
* Add `LaneId` generic param * Version * Update testnet runtimes * New polkadot-sdk version * Removed unnecessary `type LaneId` * 1.7.10 -> 1.7.0 * change bullseye? * fix test * I have no idea, inspired by paritytech/frame-metadata#83 * Bump master polkadot-sdk * Fix clippy for new rustc - next regeneration should be fixed when paritytech/subxt#1814 is released * Switch clippy from nightly to stable, because of nalgebra deps hangs 6hours: rust-lang/rust#130056 and also polkadot-sdk is using stable for clippy and doc: https://gitlab.parity.io/parity/mirrors/parity-bridges-common/-/jobs/7515555 https://gitlab.parity.io/parity/mirrors/parity-bridges-common/-/jobs/7515561
1 parent e69fd51 commit 47625ef

25 files changed

+3588
-2055
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ variables:
1010
GIT_DEPTH: 100
1111
CARGO_INCREMENTAL: 0
1212
ARCH: "x86_64"
13-
CI_IMAGE: "paritytech/ci-unified:bullseye-1.77.0-2024-04-10-v20240408"
13+
CI_IMAGE: "paritytech/ci-unified:bullseye-1.81.0-2024-09-11-v202409111034"
1414
RUST_BACKTRACE: full
1515
BUILDAH_IMAGE: "quay.io/buildah/stable:v1.29"
1616
BUILDAH_COMMAND: "buildah --storage-driver overlay2"
@@ -100,7 +100,7 @@ clippy-nightly:
100100
variables:
101101
RUSTFLAGS: "-D warnings"
102102
script:
103-
- SKIP_WASM_BUILD=1 cargo +nightly clippy --all-targets
103+
- SKIP_WASM_BUILD=1 cargo clippy --all-targets --locked --workspace
104104

105105
fmt:
106106
stage: test
@@ -188,7 +188,7 @@ check-rustdoc:
188188
SKIP_WASM_BUILD: 1
189189
RUSTDOCFLAGS: "-Dwarnings"
190190
script:
191-
- time cargo +nightly doc --workspace --verbose --no-deps --all-features
191+
- time cargo doc --workspace --verbose --no-deps --all-features
192192

193193
partial-repo-pallets-build-test:
194194
stage: test

0 commit comments

Comments
 (0)