Uh oh!
There was an error while loading. Please reload this page.
Add target docs for aarch64-apple-darwin (M1/M2 macs) - #124134
Conversation
rustbot
commented
Apr 18, 2024
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @GuillaumeGomez (or someone else) some time within the next two weeks. Please see the contribution instructions for more information. Namely, in order to ensure the minimum review times lag, PR authors and assigned reviewers should ensure that the review label (
|
rustbot
commented
Apr 18, 2024
Some changes occurred in src/doc/rustc/src/platform-support cc @Nilstrieb |
GuillaumeGomez
commented
Apr 18, 2024
r? Nilstrieb |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Laine Taffin Altman <alexanderaltman@me.com>
This comment has been minimized.
This comment has been minimized.
rust-log-analyzer
commented
Apr 20, 2024
The job Click to see the possible cause of the failure (guessed by this bot) |
| Just add it to the `target` with: | ||
| ```sh | ||
| rustup target add aarch64-apple-darwin |
There was a problem hiding this comment.
I think this section is supposed to be for building rustc such that it includes the target, not just for building code that uses the target. Although looking at the other documents it's kind of inconsistently used?
There was a problem hiding this comment.
The command for building the target std is always the same, so I think this should be fine.
pthariensflame
commented
Apr 21, 2024
@rustbot label O-macos O-AArch64 A-docs |
pthariensflame
commented
Apr 21, 2024
#124146 may be useful to note? |
madsmtm
commented
May 5, 2024
I've documented this target (and more) in #124772 too. |
madsmtm
commented
May 6, 2024
Hmm, not sure what you mean by that? I've added documentation about it to the more general |
TimTheBig
commented
May 6, 2024
My mistake I misread. Your docs are good so I will close this pull, I look foreword to reading the new pages. |
Add target documentation for
aarch64-apple-darwin; 64-bit ARM-based macs running macOS, specifically Macs with "M" series Apple Silicon chips."M" series macs are quite popular so it would be useful to have some docs.