Skip to content

Commit

Permalink
run df -h
Browse files Browse the repository at this point in the history
  • Loading branch information
clonker committed Sep 4, 2024
1 parent f76b822 commit 45f4210
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/t-bytecode-compare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ jobs:
steps:
- uses: actions/setup-node@v4

- name: Run df -h
if: "env.PLATFORM == 'macosx-amd64'"
run: |
df -h .
- name: Symlink solc-bin to /mnt/solc-bin
# It's now too big to fit on the main partition on Ubuntu. macOS runners are fine since
# they apparently have >70 GB available, but on Ubuntu it's mostly filled with software.
Expand Down Expand Up @@ -58,7 +63,7 @@ jobs:
ref: ${{ env.GITHUB_REF }}
path: 'solc-bin/'
# We need more than just a single revision to be able to use diff
fetch-depth: 2
fetch-depth: 0

- name: Generate reports from matching release binaries
run: |
Expand Down Expand Up @@ -89,6 +94,7 @@ jobs:
with:
repository: 'ethereum/solidity'
path: 'solidity/'
submodules: 'recursive'

- name: Download all artifacts
uses: actions/download-artifact@v4
Expand Down

0 comments on commit 45f4210

Please sign in to comment.