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 | |
| 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.
| -rw-r--r-- | .github/workflows/ci.yml | 4 | ||||
| -rw-r--r-- | src/ci/github-actions/ci.yml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dacf929278a..fd9843fad44 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -260,10 +260,10 @@ jobs: os: ubuntu-20.04-8core-32gb env: {} - name: i686-gnu - os: ubuntu-20.04-16core-64gb + os: ubuntu-20.04-8core-32gb env: {} - name: i686-gnu-nopt - os: ubuntu-20.04-16core-64gb + os: ubuntu-20.04-8core-32gb env: {} - name: mingw-check os: ubuntu-20.04-8core-32gb 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 |
