Skip to content

Commit 854fa37

Browse files
authored
Bump deps to polkadot-stable2503-8 (#207)
* bump deps to stable-2503-6 * bump other crates * downgrade rustls-pki-types * cargo update --precise 0.15.4 sc-network-types (dependencies build now) * runtime compiles with benchmarks (few benchmark warnings though) * fix runtime-benchmarks warnings in runtime * node-compiles * bump to polkadot-stable2503-8 * bump integritee-pallets * zepter run * taplo fmt * fix licence check * downgrade srtool action * change branch of ring-xous to fix build * bump github runners to ubuntu 22.04 * remove obsolete llvm install
1 parent d2262b5 commit 854fa37

18 files changed

Lines changed: 5515 additions & 3072 deletions

.github/workflows/ci.yml

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
cancel_previous_runs:
4343
name: Cancel Previous Runs
44-
runs-on: ubuntu-20.04
44+
runs-on: ubuntu-22.04
4545
steps:
4646
- uses: styfle/cancel-workflow-action@0.11.0
4747
with:
@@ -52,7 +52,7 @@ jobs:
5252
runs-on: ${{ matrix.os }}
5353
strategy:
5454
matrix:
55-
os: [ ubuntu-20.04 ]
55+
os: [ ubuntu-22.04 ]
5656
rust: [ stable ]
5757
binary: [ release ]
5858
env:
@@ -78,9 +78,6 @@ jobs:
7878
sudo apt update && \
7979
sudo apt install --assume-yes protobuf-compiler
8080
81-
- name: Install llvm-10
82-
run: sudo apt-get install llvm-10 clang-10
83-
8481
- uses: Swatinem/rust-cache@v2
8582
with:
8683
key: ${{ matrix.os }}-${{ env.RUST_BIN_DIR }}-${{ matrix.binary }}
@@ -110,7 +107,7 @@ jobs:
110107
runs-on: ${{ matrix.os }}
111108
strategy:
112109
matrix:
113-
os: [ ubuntu-20.04 ]
110+
os: [ ubuntu-22.04 ]
114111
rust: [ stable ]
115112
binary: [ release ]
116113
env:
@@ -136,9 +133,6 @@ jobs:
136133
sudo apt update && \
137134
sudo apt install --assume-yes protobuf-compiler
138135
139-
- name: Install llvm-10
140-
run: sudo apt-get install llvm-10 clang-10
141-
142136
- uses: Swatinem/rust-cache@v2
143137
with:
144138
key: ${{ matrix.os }}-${{ env.RUST_BIN_DIR }}-${{ matrix.binary }}
@@ -214,7 +208,7 @@ jobs:
214208
uses: baptiste0928/cargo-install@v2
215209
with:
216210
crate: cargo-about
217-
version: "0.6.1"
211+
version: "0.6.6"
218212

219213
- name: Run license check
220214
# Explicitly use stable because otherwise cargo will trigger a download of
@@ -260,7 +254,7 @@ jobs:
260254
261255
- name: Srtool build
262256
id: srtool_build
263-
uses: chevdor/srtool-actions@v0.9.2
257+
uses: chevdor/srtool-actions@v0.8.0
264258
with:
265259
image: paritytech/srtool
266260
chain: ${{ matrix.runtime }}
@@ -332,7 +326,7 @@ jobs:
332326

333327
create_artifacts:
334328
needs: [ build_binaries, build-runtimes ]
335-
runs-on: ubuntu-20.04
329+
runs-on: ubuntu-22.04
336330
env:
337331
CHAIN_SPEC: ${{ matrix.chain }}-${{ matrix.config }}
338332
strategy:

0 commit comments

Comments
 (0)