diff options
| author | 许杰友 Jieyou Xu (Joe) <39484203+jieyouxu@users.noreply.github.com> | 2024-07-22 16:44:02 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-22 16:44:02 +0800 |
| commit | b66b4020d8a34f1ac4e8566c568cff515d850bb7 (patch) | |
| tree | 7302d15d08e039e0e31f8d8e292d57413b50a593 /src/ci/github-actions | |
| parent | ee0fd6caf770e8b3baa403b4da3ef0c7e274dc21 (diff) | |
| parent | 9f7e049744bcbc77150c66f5ab39fd46c074a22c (diff) | |
| download | rust-b66b4020d8a34f1ac4e8566c568cff515d850bb7.tar.gz rust-b66b4020d8a34f1ac4e8566c568cff515d850bb7.zip | |
Rollup merge of #127177 - bjorn3:arm64_macos_cg_clif, r=Mark-Simulacrum
Distribute rustc_codegen_cranelift for arm64 macOS Support for arm64 macOS has been added to rustc_codegen_cranelift recently. Fixes https://github.com/rust-lang/rustc_codegen_cranelift/issues/1502
Diffstat (limited to 'src/ci/github-actions')
| -rw-r--r-- | src/ci/github-actions/jobs.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ci/github-actions/jobs.yml b/src/ci/github-actions/jobs.yml index a6e12c6ff95..638f14ad53f 100644 --- a/src/ci/github-actions/jobs.yml +++ b/src/ci/github-actions/jobs.yml @@ -326,6 +326,7 @@ auto: NO_DEBUG_ASSERTIONS: 1 NO_OVERFLOW_CHECKS: 1 DIST_REQUIRE_ALL_TOOLS: 1 + CODEGEN_BACKENDS: llvm,cranelift <<: *job-macos-m1 # This target only needs to support 11.0 and up as nothing else supports the hardware |
