Skip to content

Commit

Permalink
Merge pull request #280 from chexware/runtime-upgrade/polkadot-v0.9.38
Browse files Browse the repository at this point in the history
Runtime Upgrade - polkadot v0.9.38
  • Loading branch information
justinphamnz authored Jun 28, 2023
2 parents 877a65b + 69a038a commit 48dc31c
Show file tree
Hide file tree
Showing 155 changed files with 11,505 additions and 6,866 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ jobs:
- uses: actions/checkout@v3

- name: Set-Up
run: sudo apt install -y cmake pkg-config libssl-dev git build-essential clang libclang-dev curl
run: sudo apt install -y protobuf-compiler cmake pkg-config libssl-dev git build-essential clang libclang-dev curl

- name: Install Rustup
run: |
curl https://sh.rustup.rs -sSf | sh -s -- -y
source ~/.cargo/env
rustup default nightly && rustup update
rustup default nightly-2022-05-11
rustup target add wasm32-unknown-unknown --toolchain nightly-2022-05-11
rustup default nightly-2022-11-15
rustup target add wasm32-unknown-unknown --toolchain nightly-2022-11-15
- name: Check Rust version
run: rustup show
- name: Check Format
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/rust-build-benchmarking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ jobs:
- uses: actions/checkout@v3

- name: Set-Up
run: sudo apt install -y cmake pkg-config libssl-dev git build-essential clang libclang-dev curl
run: sudo apt install -y protobuf-compiler cmake pkg-config libssl-dev git build-essential clang libclang-dev curl

- name: Install Rustup
run: |
curl https://sh.rustup.rs -sSf | sh -s -- -y
source ~/.cargo/env
rustup default nightly && rustup update
rustup default nightly-2022-05-11
rustup target add wasm32-unknown-unknown --toolchain nightly-2022-05-11
rustup default nightly-2022-11-15
rustup target add wasm32-unknown-unknown --toolchain nightly-2022-11-15
- name: Check Rust version
run: rustup show
- name: Check Format
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/rust-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ jobs:
- uses: actions/checkout@v3

- name: Set-Up
run: sudo apt install -y cmake pkg-config libssl-dev git build-essential clang libclang-dev curl
run: sudo apt install -y protobuf-compiler cmake pkg-config libssl-dev git build-essential clang libclang-dev curl

- name: Install Rustup
run: |
curl https://sh.rustup.rs -sSf | sh -s -- -y
source ~/.cargo/env
rustup default nightly && rustup update
rustup default nightly-2022-05-11
rustup target add wasm32-unknown-unknown --toolchain nightly-2022-05-11
rustup default nightly-2022-11-15
rustup target add wasm32-unknown-unknown --toolchain nightly-2022-11-15
- name: Check Rust version
run: rustup show
- name: Check Format
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/rust-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ jobs:
- uses: actions/checkout@v3

- name: Set-Up
run: sudo apt install -y cmake pkg-config libssl-dev git build-essential clang libclang-dev curl
run: sudo apt install -y protobuf-compiler cmake pkg-config libssl-dev git build-essential clang libclang-dev curl

- name: Install Rustup
run: |
curl https://sh.rustup.rs -sSf | sh -s -- -y
source ~/.cargo/env
rustup default nightly && rustup update
rustup default nightly-2022-05-11
rustup target add wasm32-unknown-unknown --toolchain nightly-2022-05-11
rustup default nightly-2022-11-15
rustup target add wasm32-unknown-unknown --toolchain nightly-2022-11-15
- name: Check Rust version
run: rustup show
- name: Run all test cases
Expand Down
Loading

0 comments on commit 48dc31c

Please sign in to comment.