diff options
| author | bors <bors@rust-lang.org> | 2024-12-20 17:59:07 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-12-20 17:59:07 +0000 |
| commit | bad2aa47219ae54d51d353e145d33d0a1792327d (patch) | |
| tree | 0bb72634f24331b006eb638eb45e366603b518e9 /src/ci/github-actions | |
| parent | fcc1615e47100b376d0a6166faccdd4a8253c314 (diff) | |
| parent | a5dce0e16d387cf13afce252fa42322d39a4cf97 (diff) | |
| download | rust-bad2aa47219ae54d51d353e145d33d0a1792327d.tar.gz rust-bad2aa47219ae54d51d353e145d33d0a1792327d.zip | |
Auto merge of #134564 - Kobzol:revert-aarch64-runner, r=nikic
Revert "Auto merge of #133809 - mrkajetanp:ci-aarch64-dist, r=Kobzol" This reverts https://github.com/rust-lang/rust/pull/133809, as it produced broken aarch64 artifacts (https://github.com/rust-lang/rust/issues/134563). `@bors` p=1
Diffstat (limited to 'src/ci/github-actions')
| -rw-r--r-- | src/ci/github-actions/jobs.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/ci/github-actions/jobs.yml b/src/ci/github-actions/jobs.yml index 43ef47641ba..94033d79af9 100644 --- a/src/ci/github-actions/jobs.yml +++ b/src/ci/github-actions/jobs.yml @@ -129,17 +129,17 @@ auto: - image: aarch64-gnu-debug <<: *job-linux-8c-aarch64 - - image: dist-aarch64-linux - env: - CODEGEN_BACKENDS: llvm,cranelift - <<: *job-linux-8c-aarch64 - - image: arm-android <<: *job-linux-4c - image: armhf-gnu <<: *job-linux-4c + - image: dist-aarch64-linux + env: + CODEGEN_BACKENDS: llvm,cranelift + <<: *job-linux-4c + - image: dist-android <<: *job-linux-4c |
