diff options
| author | bors <bors@rust-lang.org> | 2025-05-28 08:58:49 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2025-05-28 08:58:49 +0000 |
| commit | 77101febcc9662a076ff43887497cd5b30674d93 (patch) | |
| tree | 3f451cedfe28d72c9b7990357fc86e3b6908e79c /src/ci/github-actions | |
| parent | cb678b94c332548e3c3cefc22637929004c975d6 (diff) | |
| parent | 1e7c4377de7d80786151b355307e104709904b31 (diff) | |
| download | rust-77101febcc9662a076ff43887497cd5b30674d93.tar.gz rust-77101febcc9662a076ff43887497cd5b30674d93.zip | |
Auto merge of #141501 - marcoieni:dist-x86_64-linux-codebuild-again, r=Kobzol
ci: move dist-x86_64-linux job to codebuild
Diffstat (limited to 'src/ci/github-actions')
| -rw-r--r-- | src/ci/github-actions/jobs.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ci/github-actions/jobs.yml b/src/ci/github-actions/jobs.yml index e257f231184..aaae4a6742c 100644 --- a/src/ci/github-actions/jobs.yml +++ b/src/ci/github-actions/jobs.yml @@ -132,7 +132,7 @@ try: - name: dist-x86_64-linux env: CODEGEN_BACKENDS: llvm,cranelift - <<: *job-linux-16c + <<: *job-linux-36c-codebuild # Main CI jobs that have to be green to merge a commit into master # These jobs automatically inherit envs.auto, to avoid repeating @@ -228,7 +228,7 @@ auto: - name: dist-x86_64-linux env: CODEGEN_BACKENDS: llvm,cranelift - <<: *job-linux-16c + <<: *job-linux-36c-codebuild - name: dist-x86_64-linux-alt env: |
