diff options
| author | MarcoIeni <11428655+MarcoIeni@users.noreply.github.com> | 2025-05-24 15:12:14 +0200 |
|---|---|---|
| committer | MarcoIeni <11428655+MarcoIeni@users.noreply.github.com> | 2025-05-24 15:12:14 +0200 |
| commit | ec5e841957c2f0200496aa551823157d92a19cc5 (patch) | |
| tree | ee5ee2cd8d12c354cdcaeed17039e87c293521c4 | |
| parent | 5af801b687e6e8b860ae970e725c8b9a3820d0ce (diff) | |
| download | rust-ec5e841957c2f0200496aa551823157d92a19cc5.tar.gz rust-ec5e841957c2f0200496aa551823157d92a19cc5.zip | |
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 |
