about summary refs log tree commit diff
path: root/src/ci/github-actions
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2025-01-23 09:49:21 +0100
committerGitHub <noreply@github.com>2025-01-23 09:49:21 +0100
commita6157d30385966e1767e7f790bd97395e7377675 (patch)
tree8d5f5b9abd4af4264c070e3c76219636167d7519 /src/ci/github-actions
parent9b40bd70de93701c1d180aefcf12dc57fe525350 (diff)
parenta175e8d90312a113869d366ba7dde0742df7f5e2 (diff)
downloadrust-a6157d30385966e1767e7f790bd97395e7377675.tar.gz
rust-a6157d30385966e1767e7f790bd97395e7377675.zip
Rollup merge of #135779 - marcoieni:free-disk-arm-runner, r=Kobzol
CI: free disk on linux arm runner

try-job: aarch64-gnu
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 c5b33a45db7..5e95e3721df 100644
--- a/src/ci/github-actions/jobs.yml
+++ b/src/ci/github-actions/jobs.yml
@@ -48,6 +48,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: