about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorJacob Pratt <jacob@jhpratt.dev>2025-05-29 04:50:48 +0200
committerGitHub <noreply@github.com>2025-05-29 04:50:48 +0200
commitee3e807f908effe4f87b1063ef804ed8ebb4fdc9 (patch)
tree07f9bc20e3a65ebd3b70e635e1d4b21da313e1b1 /compiler/rustc_codegen_llvm/src
parentbf1343b9634c1ab44b43b11bbcf896b113efc93b (diff)
parentd562c46be0bb599ae52db2f3bd0b5c4d7645bd70 (diff)
downloadrust-ee3e807f908effe4f87b1063ef804ed8ebb4fdc9.tar.gz
rust-ee3e807f908effe4f87b1063ef804ed8ebb4fdc9.zip
Rollup merge of #141656 - ehuss:cargo-aarch64-macos, r=marcoieni,jieyouxu
CI: Add cargo tests to aarch64-apple-darwin

This adds running of cargo's tests to the aarch64-apple-darwin job. The reason for this is that tier-1 targets are ostensibly supposed to run tests for host tools, but we are not doing that here. We do have fairly good coverage in Cargo's CI, but we don't cover the beta or stable branches here. I think it would be good to have a fallback here.

I think this should only add about 7 minutes of CI time, but I have not measured it. The current job is about 1.5 hours.

In summary of the tier-1 targets:

| Target | rust-lang/cargo | rust-lang/rust |
|--------|-----------------|----------------|
| aarch64-apple-darwin | stable/nightly | ❌ (this PR) |
| aarch64-unknown-linux-gnu | stable/nightly | ✓ |
| x86_64-apple-darwin | nightly | ❌ |
| x86_64-pc-windows-gnu | nightly | ❌ |
| x86_64-pc-windows-msvc | stable | ✓ |
| x86_64-unknown-linux-gnu | stable/beta/nightly | ✓ |
| i686-pc-windows-msvc | ❌ | ❌ |
| i686-unknown-linux-gnu | ❌ | ❌ |

try-job: aarch64-apple
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions