diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2024-06-30 17:09:46 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2024-06-30 18:40:09 +0000 |
| commit | 9f7e049744bcbc77150c66f5ab39fd46c074a22c (patch) | |
| tree | 9c3bc764584b6971ca37a01bda00206063dbefcc /src/ci/github-actions | |
| parent | ef3d6fd7002500af0a985f70d3ac5152623c1396 (diff) | |
| download | rust-9f7e049744bcbc77150c66f5ab39fd46c074a22c.tar.gz rust-9f7e049744bcbc77150c66f5ab39fd46c074a22c.zip | |
Distribute rustc_codegen_cranelift for arm64 macOS
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 |
