diff options
| author | MarcoIeni <11428655+MarcoIeni@users.noreply.github.com> | 2025-06-10 10:30:06 +0200 |
|---|---|---|
| committer | MarcoIeni <11428655+MarcoIeni@users.noreply.github.com> | 2025-06-10 10:30:06 +0200 |
| commit | f30e9c943ccd1eacb6a75d5b0a64d7091e1a8e83 (patch) | |
| tree | 06e57447f2902ca6f6e7d759bf40d9ccc22d5235 /src/ci/github-actions | |
| parent | 7c10378e1fee5ddc6573b916aeb884ab10e0de17 (diff) | |
| download | rust-f30e9c943ccd1eacb6a75d5b0a64d7091e1a8e83.tar.gz rust-f30e9c943ccd1eacb6a75d5b0a64d7091e1a8e83.zip | |
ci: split x86_64-gnu-tools job
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 43c77d1ddf7..cb7d9c0f86f 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 @@ -419,6 +421,9 @@ auto: DEPLOY_TOOLSTATES_JSON: toolstates-linux.json <<: *job-linux-4c + - name: x86_64-gnu-miri + <<: *job-linux-4c + #################### # macOS Builders # #################### |
