apps/tools: Enable Rust sim builds on Intel Macs#3530
Merged
Conversation
Select the Mach-O Rust target (x86_64-unknown-nuttx-macho.json) when building Rust apps for the simulator on x86_64 macOS. Signed-off-by: Shoji Tokunaga <toku@mac.com>
Contributor
Author
|
Is there a network problem with the CI machine?
|
Member
|
GitHub Actions was having problems earlier today: https://www.githubstatus.com/incidents/m7n7sm0sr1pz
|
Member
|
@no1wudi Could you review this PR? Thanks :-) |
linguini1
approved these changes
Jun 8, 2026
no1wudi
approved these changes
Jun 8, 2026
lupyuen
approved these changes
Jun 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary
Make the Rust app build pick the correct x86_64 target triple for the NuttX simulator on Intel macOS.
This complements the corresponding nuttx repo change that adds the x86_64 Mach-O Rust target.
Testing
I confirm that changes are verified on local setup and works as intended:
PR verification Self-Check