Skip to content

Commit

Permalink
feat: upgrade to polkadot v0.9.27 (#394)
Browse files Browse the repository at this point in the history
* feat: upgrade to Polkadot v0.9.27

* chore: bump nightly, sr-tool, base docker img

* fix: clippy clone runtime

* fix: clippy

* fix: remove deprecated license fmt checker

rust-lang/rustfmt#5103

* fix: clippy 2

* fix: clone

* chore: bump sub deps

* fix: clippy

* chore: bump serde

* ci: fix bump srtool to 1.62.0

* fix: remove kilt-support dep from clone runtime

* ci: bump parity base img
  • Loading branch information
wischli authored Aug 10, 2022
1 parent 7f8d46d commit 31cb03d
Show file tree
Hide file tree
Showing 51 changed files with 1,410 additions and 1,380 deletions.
20 changes: 10 additions & 10 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ stages:

clippy:
# Corresponds to paritytech/ci-linux:production at the time of this PR
# https://hub.docker.com/layers/ci-linux/paritytech/ci-linux/production/images/sha256-c75cee0971ca54e57a875fac8714eea2db754e621841cde702478783fc28ab90?context=explore
image: paritytech/ci-linux@sha256:c75cee0971ca54e57a875fac8714eea2db754e621841cde702478783fc28ab90
# https://hub.docker.com/layers/ci-linux/paritytech/ci-linux/production/images/sha256-3e13ead5d3a2aaca0ea5ffc8fedeef05f0ac9efe325c77b8b06d208d3c7e8ee6?context=explore
image: paritytech/ci-linux@sha256:3e13ead5d3a2aaca0ea5ffc8fedeef05f0ac9efe325c77b8b06d208d3c7e8ee6
stage: test
timeout: 1 hours
script:
Expand All @@ -14,8 +14,8 @@ clippy:

fmt:
# Corresponds to paritytech/ci-linux:production at the time of this PR
# https://hub.docker.com/layers/ci-linux/paritytech/ci-linux/production/images/sha256-c75cee0971ca54e57a875fac8714eea2db754e621841cde702478783fc28ab90?context=explore
image: paritytech/ci-linux@sha256:c75cee0971ca54e57a875fac8714eea2db754e621841cde702478783fc28ab90
# https://hub.docker.com/layers/ci-linux/paritytech/ci-linux/production/images/sha256-3e13ead5d3a2aaca0ea5ffc8fedeef05f0ac9efe325c77b8b06d208d3c7e8ee6?context=explore
image: paritytech/ci-linux@sha256:3e13ead5d3a2aaca0ea5ffc8fedeef05f0ac9efe325c77b8b06d208d3c7e8ee6
stage: test
timeout: 1 hours
script:
Expand All @@ -24,17 +24,17 @@ fmt:

test:
# Corresponds to paritytech/ci-linux:production at the time of this PR
# https://hub.docker.com/layers/ci-linux/paritytech/ci-linux/production/images/sha256-c75cee0971ca54e57a875fac8714eea2db754e621841cde702478783fc28ab90?context=explore
image: paritytech/ci-linux@sha256:c75cee0971ca54e57a875fac8714eea2db754e621841cde702478783fc28ab90
# https://hub.docker.com/layers/ci-linux/paritytech/ci-linux/production/images/sha256-3e13ead5d3a2aaca0ea5ffc8fedeef05f0ac9efe325c77b8b06d208d3c7e8ee6?context=explore
image: paritytech/ci-linux@sha256:3e13ead5d3a2aaca0ea5ffc8fedeef05f0ac9efe325c77b8b06d208d3c7e8ee6
stage: test
timeout: 1 hours
script:
- cargo test --all --all-targets --locked

test-features:
# Corresponds to paritytech/ci-linux:production at the time of this PR
# https://hub.docker.com/layers/ci-linux/paritytech/ci-linux/production/images/sha256-c75cee0971ca54e57a875fac8714eea2db754e621841cde702478783fc28ab90?context=explore
image: paritytech/ci-linux@sha256:c75cee0971ca54e57a875fac8714eea2db754e621841cde702478783fc28ab90
# https://hub.docker.com/layers/ci-linux/paritytech/ci-linux/production/images/sha256-3e13ead5d3a2aaca0ea5ffc8fedeef05f0ac9efe325c77b8b06d208d3c7e8ee6?context=explore
image: paritytech/ci-linux@sha256:3e13ead5d3a2aaca0ea5ffc8fedeef05f0ac9efe325c77b8b06d208d3c7e8ee6
stage: test
timeout: 1 hours
script:
Expand Down Expand Up @@ -68,7 +68,7 @@ build:

build-wasm-peregrine:
image:
name: paritytech/srtool:1.60.0
name: paritytech/srtool:1.62.0
entrypoint: [""]
stage: build
only:
Expand All @@ -88,7 +88,7 @@ build-wasm-peregrine:

build-wasm-spiritnet:
image:
name: paritytech/srtool:1.60.0
name: paritytech/srtool:1.62.0
entrypoint: [""]
stage: build
only:
Expand Down
1 change: 0 additions & 1 deletion .rustfmt.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ imports_granularity = "Crate"
hard_tabs = true
max_width = 120
wrap_comments = true
license_template_path = "HEADER-GPL"
Loading

0 comments on commit 31cb03d

Please sign in to comment.