Skip to content

Commit

Permalink
Update latest polkadot-sdk master with permissionless lanes feature…
Browse files Browse the repository at this point in the history
… 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
  • Loading branch information
bkontur authored Oct 7, 2024
1 parent e69fd51 commit 47625ef
Show file tree
Hide file tree
Showing 25 changed files with 3,588 additions and 2,055 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ variables:
GIT_DEPTH: 100
CARGO_INCREMENTAL: 0
ARCH: "x86_64"
CI_IMAGE: "paritytech/ci-unified:bullseye-1.77.0-2024-04-10-v20240408"
CI_IMAGE: "paritytech/ci-unified:bullseye-1.81.0-2024-09-11-v202409111034"
RUST_BACKTRACE: full
BUILDAH_IMAGE: "quay.io/buildah/stable:v1.29"
BUILDAH_COMMAND: "buildah --storage-driver overlay2"
Expand Down Expand Up @@ -100,7 +100,7 @@ clippy-nightly:
variables:
RUSTFLAGS: "-D warnings"
script:
- SKIP_WASM_BUILD=1 cargo +nightly clippy --all-targets
- SKIP_WASM_BUILD=1 cargo clippy --all-targets --locked --workspace

fmt:
stage: test
Expand Down Expand Up @@ -188,7 +188,7 @@ check-rustdoc:
SKIP_WASM_BUILD: 1
RUSTDOCFLAGS: "-Dwarnings"
script:
- time cargo +nightly doc --workspace --verbose --no-deps --all-features
- time cargo doc --workspace --verbose --no-deps --all-features

partial-repo-pallets-build-test:
stage: test
Expand Down
Loading

0 comments on commit 47625ef

Please sign in to comment.