Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Force native architecture for rustup bootstrap on MacOS #81

Merged
merged 1 commit into from
Feb 14, 2024
Merged

Force native architecture for rustup bootstrap on MacOS #81

merged 1 commit into from
Feb 14, 2024

Conversation

zbentley
Copy link
Contributor

@zbentley zbentley commented Feb 8, 2024

This is an attempt to fix or mitigate #80.

On MacOS, it runs the rustup bootstrap shell script via "arch -64", which is shorthand for "arch -arch $native_arch" on 64 bit systems (which is all Rust fully supports on MacOS at this time, I believe).

On all other systems it does nothing.

@danielparks danielparks merged commit e234d0a into danielparks:main Feb 14, 2024
1 of 4 checks passed
@danielparks
Copy link
Owner

I fixed a few lints and added an entry in CHANGELOG.md. I'll release a new version sometime this week — I want to see if I can fix my acceptance tests easily (#83).

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants