Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e3f1bbf

Browse files
committedDec 29, 2023
Auto merge of #119400 - tmandry:build-fuchsia-8c, r=<try>
Build Fuchsia on 8 cores instead of 16 Requested in #117771 (comment). r? `@tmandry`
2 parents fb5ed72 + b80591c commit e3f1bbf

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed
 

‎.github/workflows/ci.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -579,10 +579,9 @@ jobs:
579579
strategy:
580580
matrix:
581581
include:
582-
- name: dist-x86_64-linux
583-
env:
584-
CODEGEN_BACKENDS: "llvm,cranelift"
585-
os: ubuntu-20.04-16core-64gb
582+
- name: x86_64-gnu-integration
583+
os: ubuntu-20.04-8core-32gb
584+
env: {}
586585
timeout-minutes: 600
587586
runs-on: "${{ matrix.os }}"
588587
steps:

‎src/ci/github-actions/ci.yml

+8-6
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ jobs:
476476
# nightly features to compile, and this job would fail if
477477
# executed on beta and stable.
478478
CI_ONLY_WHEN_CHANNEL: nightly
479-
<<: *job-linux-16c
479+
<<: *job-linux-8c
480480

481481
- name: x86_64-gnu-debug
482482
<<: *job-linux-8c
@@ -732,11 +732,13 @@ jobs:
732732
strategy:
733733
matrix:
734734
include:
735-
- &dist-x86_64-linux
736-
name: dist-x86_64-linux
737-
env:
738-
CODEGEN_BACKENDS: llvm,cranelift
739-
<<: *job-linux-16c
735+
- name: x86_64-gnu-integration
736+
<<: *job-linux-8c
737+
#- &dist-x86_64-linux
738+
# name: dist-x86_64-linux
739+
# env:
740+
# CODEGEN_BACKENDS: llvm,cranelift
741+
# <<: *job-linux-16c
740742

741743

742744
master:

0 commit comments

Comments
 (0)
Please sign in to comment.