diff options
| author | Tyler Mandry <tmandry@google.com> | 2023-12-28 16:20:02 -0800 |
|---|---|---|
| committer | Tyler Mandry <tmandry@google.com> | 2024-01-26 13:09:21 -0800 |
| commit | 40f5e6899d00484f05a3f1b227180a69a43bea0f (patch) | |
| tree | b8453ea4029a62dc2c81e6575cc2cfe13ba5bc6e | |
| parent | 0c1fb2a1e65a57073dc62dd502319a00cf753371 (diff) | |
| download | rust-40f5e6899d00484f05a3f1b227180a69a43bea0f.tar.gz rust-40f5e6899d00484f05a3f1b227180a69a43bea0f.zip | |
Build Fuchsia on 8 cores instead of 16
| -rw-r--r-- | .github/workflows/ci.yml | 2 | ||||
| -rw-r--r-- | src/ci/github-actions/ci.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index caf97abf78d..e8e103df68b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -291,7 +291,7 @@ jobs: - name: x86_64-gnu-integration env: CI_ONLY_WHEN_CHANNEL: nightly - os: ubuntu-20.04-16core-64gb + os: ubuntu-20.04-8core-32gb - name: x86_64-gnu-debug os: ubuntu-20.04-8core-32gb env: {} diff --git a/src/ci/github-actions/ci.yml b/src/ci/github-actions/ci.yml index 68a3afc910f..659d048cc1d 100644 --- a/src/ci/github-actions/ci.yml +++ b/src/ci/github-actions/ci.yml @@ -476,7 +476,7 @@ jobs: # nightly features to compile, and this job would fail if # executed on beta and stable. CI_ONLY_WHEN_CHANNEL: nightly - <<: *job-linux-16c + <<: *job-linux-8c - name: x86_64-gnu-debug <<: *job-linux-8c |
