Skip to content

Commit 06873f1

Browse files
authored
upgrade to polkadot-v0.9.40 (#350)
* upgrade to polkadot-v0.9.40 * https://github.com/pendulum-chain/spacewalk/actions/runs/5076404970/jobs/9118542926?pr=350#step:9:1563 and remove extra comments of grandpa * `Void` * #350 (comment), #350 (comment), #350 (comment) * fix broken test case `test_check_slot_position` * extra cleanup * clippy cleanup * clippy cleanup * clippy cleanup
1 parent 1fd3577 commit 06873f1

70 files changed

Lines changed: 1761 additions & 13420 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/ci-dev.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131
run: |
3232
sudo rm -rf /usr/local/lib/android # will release about 10 GB if you don't need Android
3333
sudo rm -rf /usr/share/dotnet # will release about 20GB if you don't need .NET
34+
sudo rm -rf /opt/ghc
35+
sudo rm -rf /usr/local/share/boost
36+
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
3437
- uses: actions/checkout@v2
3538

3639
- name: Install sccache (ubuntu-latest)

.github/workflows/ci-main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
run: |
2525
sudo rm -rf /usr/local/lib/android # will release about 10 GB if you don't need Android
2626
sudo rm -rf /usr/share/dotnet # will release about 20GB if you don't need .NET
27+
sudo rm -rf /opt/ghc
28+
sudo rm -rf /usr/local/share/boost
29+
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
2730
- uses: actions/checkout@v2
2831

2932
- name: Install package (ubuntu-latest)

0 commit comments

Comments
 (0)