Skip to content

Commit

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

* ci: bump polkadot image

* ci: fix parity img

* chore: update polkadot deps again

* re-triggering CI jobs

* ci: try a different CI Docker image

* chore: change CI version to 'production'

* chore: update polkadot deps again pt2

Co-authored-by: Antonio Antonino <antonio@kilt.io>
  • Loading branch information
wischli and ntn-x2 authored Jun 23, 2022
1 parent 50dc36a commit 7c49a07
Show file tree
Hide file tree
Showing 17 changed files with 898 additions and 803 deletions.
8 changes: 4 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,30 +3,30 @@ stages:
- build

clippy:
image: paritytech/ci-linux:f203f298-20220421
image: paritytech/ci-linux:production
stage: test
timeout: 1 hours
script:
- rustup component add clippy --toolchain nightly
- cargo +nightly clippy --all-features --all-targets --locked -- -D warnings

fmt:
image: paritytech/ci-linux:f203f298-20220421
image: paritytech/ci-linux:production
stage: test
timeout: 1 hours
script:
- rustup component add rustfmt --toolchain nightly
- cargo +nightly fmt -- --check

test:
image: paritytech/ci-linux:f203f298-20220421
image: paritytech/ci-linux:production
stage: test
timeout: 1 hours
script:
- cargo test --all --all-targets --locked

test-features:
image: paritytech/ci-linux:f203f298-20220421
image: paritytech/ci-linux:production
stage: test
timeout: 1 hours
script:
Expand Down
Loading

0 comments on commit 7c49a07

Please sign in to comment.