Skip to content

Commit

Permalink
chore(ci): leave slightly more free space on / and /mnt (temporary sp…
Browse files Browse the repository at this point in the history
…ace)

We've seen `rust-cache` run out of space when restoring a cache while having
more then 100GB free space on the build volume. It probably needs space
on root instead.
  • Loading branch information
kkovaacs committed Nov 8, 2023
1 parent 0e418ef commit e3c173d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
remove-haskell: 'true'
remove-codeql: 'true'
remove-docker-images: 'true'
root-reserve-mb: '2048'
temp-reserve-mb: '2048'
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- uses: rui314/setup-mold@v1
Expand Down

0 comments on commit e3c173d

Please sign in to comment.