diff options
| author | bors <bors@rust-lang.org> | 2025-06-19 10:39:00 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2025-06-19 10:39:00 +0000 |
| commit | 2fcf1776b9ccef89993dfe40e9f5c4908e2d2d48 (patch) | |
| tree | 42204b371fca176e65727bc962842600623d9b7b /src/ci/github-actions | |
| parent | 70e2b4a4d197f154bed0eb3dcb5cac6a948ff3a3 (diff) | |
| parent | f30e9c943ccd1eacb6a75d5b0a64d7091e1a8e83 (diff) | |
| download | rust-2fcf1776b9ccef89993dfe40e9f5c4908e2d2d48.tar.gz rust-2fcf1776b9ccef89993dfe40e9f5c4908e2d2d48.zip | |
Auto merge of #142245 - marcoieni:split-gnu-tools, r=Kobzol
ci: split x86_64-gnu-tools job try-job: x86_64-gnu-tools try-job: x86_64-gnu-miri try-job: aarch64-gnu
Diffstat (limited to 'src/ci/github-actions')
| -rw-r--r-- | src/ci/github-actions/jobs.yml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/ci/github-actions/jobs.yml b/src/ci/github-actions/jobs.yml index e996a8f7139..3aa435003d3 100644 --- a/src/ci/github-actions/jobs.yml +++ b/src/ci/github-actions/jobs.yml @@ -150,7 +150,9 @@ pr: DOCKER_SCRIPT: stage_2_test_set2.sh <<: *job-aarch64-linux - name: x86_64-gnu-tools - <<: *job-linux-36c-codebuild + <<: *job-linux-4c + - name: x86_64-gnu-miri + <<: *job-linux-4c # Jobs that run when you perform a try build (@bors try) # These jobs automatically inherit envs.try, to avoid repeating @@ -425,6 +427,9 @@ auto: DEPLOY_TOOLSTATES_JSON: toolstates-linux.json <<: *job-linux-4c + - name: x86_64-gnu-miri + <<: *job-linux-4c + #################### # macOS Builders # #################### |
