Closed
Description
After the recent announcement for fixes for Apple Silicon I tried to install rustc-codegen-cranelift-preview component by following the instructions in the readme, but got an error.
> rustup component add rustc-codegen-cranelift-preview --toolchain nightly
error: component 'rustc-codegen-cranelift' for target 'aarch64-apple-darwin' is unavailable for download for channel 'nightly'
Sometimes not all components are available in any given nightly.
Am I doing something wrong or is the current nightly channel currently missing something? I have nightly-aarch64-apple-darwin (3cb521a43 2024-06-22).
Edit: Oh, I just saw that the footnote still applies: Not available as rustup component for nightly. You can build it yourself.
.
I guess my question now is the following: is there anything preventing adding rustc-codegen-cranelift-preview rustup component for aarch64-apple-darwin?
Thanks!