Skip to content

Commit

Permalink
Rollup merge of #135779 - marcoieni:free-disk-arm-runner, r=Kobzol
Browse files Browse the repository at this point in the history
CI: free disk on linux arm runner

try-job: aarch64-gnu
  • Loading branch information
jhpratt authored Jan 21, 2025
2 parents 09d2e48 + a175e8d commit f509a15
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ci/github-actions/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ runners:
<<: *base-job

- &job-aarch64-linux
# Free some disk space to avoid running out of space during the build.
free_disk: true
os: ubuntu-22.04-arm

envs:
Expand Down

0 comments on commit f509a15

Please sign in to comment.