diff options
| author | Jan David <jdno@jdno.dev> | 2023-04-26 16:08:01 +0200 |
|---|---|---|
| committer | Jan David <jdno@jdno.dev> | 2023-04-26 16:08:01 +0200 |
| commit | 3402e286d547fe7a6e58a7190d8774e71124f50b (patch) | |
| tree | cb8fe1f75fee891e9412986ee7ff59669b8d5636 /src/ci/github-actions | |
| parent | ed3ddb375bf18099a885605efba94dc1e50379d7 (diff) | |
| download | rust-3402e286d547fe7a6e58a7190d8774e71124f50b.tar.gz rust-3402e286d547fe7a6e58a7190d8774e71124f50b.zip | |
Downsize builders for i686-gnu
The infra-team is continuously monitoring the efficiency of the build system in an effort to improve overall build times and resource usage. The builders for the `i686-gnu` targets have used much less resources than allocated in the past, so we are testing a smaller builder size for them.
Diffstat (limited to 'src/ci/github-actions')
| -rw-r--r-- | src/ci/github-actions/ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ci/github-actions/ci.yml b/src/ci/github-actions/ci.yml index 8c7798aad8b..4af24867ffb 100644 --- a/src/ci/github-actions/ci.yml +++ b/src/ci/github-actions/ci.yml @@ -416,10 +416,10 @@ jobs: <<: *job-linux-8c - name: i686-gnu - <<: *job-linux-16c + <<: *job-linux-8c - name: i686-gnu-nopt - <<: *job-linux-16c + <<: *job-linux-8c - name: mingw-check <<: *job-linux-8c |
