diff options
| author | bors <bors@rust-lang.org> | 2025-06-02 19:35:39 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2025-06-02 19:35:39 +0000 |
| commit | 5d707b07e42766c080c5012869c9988a18dcbb83 (patch) | |
| tree | caec2d7b714f8329d50f170457f9a2859c9b44f8 /src/ci/github-actions | |
| parent | 449c801783ecef2aad3ae03d6c9e4ac007de7d4b (diff) | |
| parent | 44ba2432527ef3f78973ad08672725ad72b50fc7 (diff) | |
| download | rust-5d707b07e42766c080c5012869c9988a18dcbb83.tar.gz rust-5d707b07e42766c080c5012869c9988a18dcbb83.zip | |
Auto merge of #141912 - Kobzol:rollup-wurlnsx, r=Kobzol
Rollup of 5 pull requests Successful merges: - rust-lang/rust#141767 (ci: use free runner for aarch64-gnu-llvm-19-1 PR job) - rust-lang/rust#141858 (Fix typo in `StructuralPartialEq` docs) - rust-lang/rust#141865 (Optionally don't steal the THIR) - rust-lang/rust#141874 (add f16_epsilon and f128_epsilon diagnostic items) - rust-lang/rust#141904 (test-float-parse: apply `cfg(not(bootstrap))`) r? `@ghost` `@rustbot` modify labels: rollup
Diffstat (limited to 'src/ci/github-actions')
| -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 65859067a63..b44915f8555 100644 --- a/src/ci/github-actions/jobs.yml +++ b/src/ci/github-actions/jobs.yml @@ -127,7 +127,7 @@ pr: env: IMAGE: aarch64-gnu-llvm-19 DOCKER_SCRIPT: stage_2_test_set1.sh - <<: *job-aarch64-linux-8c + <<: *job-aarch64-linux - name: aarch64-gnu-llvm-19-2 env: IMAGE: aarch64-gnu-llvm-19 |
