Skip to content

Commit 3402e28

Browse files
committed
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.
1 parent ed3ddb3 commit 3402e28

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -260,10 +260,10 @@ jobs:
260260
os: ubuntu-20.04-8core-32gb
261261
env: {}
262262
- name: i686-gnu
263-
os: ubuntu-20.04-16core-64gb
263+
os: ubuntu-20.04-8core-32gb
264264
env: {}
265265
- name: i686-gnu-nopt
266-
os: ubuntu-20.04-16core-64gb
266+
os: ubuntu-20.04-8core-32gb
267267
env: {}
268268
- name: mingw-check
269269
os: ubuntu-20.04-8core-32gb

src/ci/github-actions/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -416,10 +416,10 @@ jobs:
416416
<<: *job-linux-8c
417417

418418
- name: i686-gnu
419-
<<: *job-linux-16c
419+
<<: *job-linux-8c
420420

421421
- name: i686-gnu-nopt
422-
<<: *job-linux-16c
422+
<<: *job-linux-8c
423423

424424
- name: mingw-check
425425
<<: *job-linux-8c

0 commit comments

Comments
 (0)