Skip to content

Commit

Permalink
clean up disk space in test-arm, test-x86, low memory
Browse files Browse the repository at this point in the history
  • Loading branch information
yuwen01 committed Nov 20, 2024
1 parent b478609 commit 0b7e1ae
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,15 @@ jobs:
- name: Setup CI
uses: ./.github/actions/setup

- name: Cleanup disk space
run: |
df -h
sudo rm -rf /opt/hostedtoolcache
sudo rm -rf /usr/share/dotnet
sudo rm -rf /usr/local/share/boost
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
df -h
- name: Install SP1 toolchain
run: |
curl -L https://sp1.succinct.xyz | bash
Expand Down Expand Up @@ -78,6 +87,15 @@ jobs:
- name: Setup CI
uses: ./.github/actions/setup

- name: Cleanup disk space
run: |
df -h
sudo rm -rf /opt/hostedtoolcache
sudo rm -rf /usr/share/dotnet
sudo rm -rf /usr/local/share/boost
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
df -h
- name: Install SP1 toolchain
run: |
curl -L https://sp1.succinct.xyz | bash
Expand Down Expand Up @@ -274,6 +292,15 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v4

- name: Cleanup disk space
run: |
df -h
sudo rm -rf /opt/hostedtoolcache
sudo rm -rf /usr/share/dotnet
sudo rm -rf /usr/local/share/boost
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
df -h
- name: Setup CI
uses: ./.github/actions/setup

Expand Down

0 comments on commit 0b7e1ae

Please sign in to comment.