about summary refs log tree commit diff
path: root/src/ci/github-actions
diff options
context:
space:
mode:
authorMarcoIeni <11428655+MarcoIeni@users.noreply.github.com>2025-01-20 17:38:17 +0100
committerMarcoIeni <11428655+MarcoIeni@users.noreply.github.com>2025-01-20 17:38:17 +0100
commita175e8d90312a113869d366ba7dde0742df7f5e2 (patch)
tree35be58f30275f946239dd02d43531019eb991d1f /src/ci/github-actions
parentb5741a36a897dd93936d31ea0c1688f1399a2e06 (diff)
downloadrust-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.yml2
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: