diff options
| author | MarcoIeni <11428655+MarcoIeni@users.noreply.github.com> | 2025-01-20 17:38:17 +0100 |
|---|---|---|
| committer | MarcoIeni <11428655+MarcoIeni@users.noreply.github.com> | 2025-01-20 17:38:17 +0100 |
| commit | a175e8d90312a113869d366ba7dde0742df7f5e2 (patch) | |
| tree | 35be58f30275f946239dd02d43531019eb991d1f /src/ci/github-actions | |
| parent | b5741a36a897dd93936d31ea0c1688f1399a2e06 (diff) | |
| download | rust-a175e8d90312a113869d366ba7dde0742df7f5e2.tar.gz rust-a175e8d90312a113869d366ba7dde0742df7f5e2.zip | |
CI: free disk on linux arm runner
Diffstat (limited to 'src/ci/github-actions')
| -rw-r--r-- | src/ci/github-actions/jobs.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ci/github-actions/jobs.yml b/src/ci/github-actions/jobs.yml index 799ea3e9ad2..ecd8642d766 100644 --- a/src/ci/github-actions/jobs.yml +++ b/src/ci/github-actions/jobs.yml @@ -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: |
