Skip to content

Commit

Permalink
Auto merge of rust-lang#132409 - MarcoIeni:ci-remove-linux-4c-large, …
Browse files Browse the repository at this point in the history
…r=<try>

CI: remove linux 4 core large runner

try-job: mingw-check
  • Loading branch information
bors committed Nov 4, 2024
2 parents 56c6a2f + b9a27fc commit e55be56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,7 @@ jobs:
# less disk space.
- name: free up disk space
uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be
if: contains(matrix.os, 'ubuntu')
with:
# Removing packages with APT saves ~5 GiB, but takes several
# minutes (and potentially removes important packages).
large-packages: false
if: matrix.free_disk

# Rust Log Analyzer can't currently detect the PR number of a GitHub
# Actions build on its own, so a hint in the log message is needed to
Expand Down
4 changes: 3 additions & 1 deletion src/ci/github-actions/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ runners:

- &job-linux-4c
os: ubuntu-20.04
# Free some disk space to avoid running out of space during the build.
free_disk: true
<<: *base-job

# Large runner used mainly for its bigger disk capacity
Expand Down Expand Up @@ -159,7 +161,7 @@ auto:
<<: *job-linux-4c-largedisk

- image: dist-loongarch64-musl
<<: *job-linux-4c-largedisk
<<: *job-linux-4c

- image: dist-ohos
<<: *job-linux-4c
Expand Down

0 comments on commit e55be56

Please sign in to comment.