diff options
| author | Jacob Pratt <jacob@jhpratt.dev> | 2025-05-26 03:38:18 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-26 03:38:18 +0200 |
| commit | 905b46a6d497938eada5a442f7b199a46bf3da16 (patch) | |
| tree | e1c7a45b45ab4f25d4facd3b24094c33e54694f3 | |
| parent | a49ae1c40f1e6885d9051071603cca7c9e49cea3 (diff) | |
| parent | ec5e841957c2f0200496aa551823157d92a19cc5 (diff) | |
| download | rust-905b46a6d497938eada5a442f7b199a46bf3da16.tar.gz rust-905b46a6d497938eada5a442f7b199a46bf3da16.zip | |
Rollup merge of #141502 - marcoieni:x86_64-gnu-tools-codebuild, r=Kobzol
ci: move PR job x86_64-gnu-tools to codebuild
| -rw-r--r-- | src/ci/github-actions/jobs.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/github-actions/jobs.yml b/src/ci/github-actions/jobs.yml index 2daa8624605..1d175bd97e6 100644 --- a/src/ci/github-actions/jobs.yml +++ b/src/ci/github-actions/jobs.yml @@ -123,7 +123,7 @@ pr: DOCKER_SCRIPT: x86_64-gnu-llvm.sh <<: *job-linux-16c - name: x86_64-gnu-tools - <<: *job-linux-16c + <<: *job-linux-36c-codebuild # Jobs that run when you perform a try build (@bors try) # These jobs automatically inherit envs.try, to avoid repeating |
