Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Fix cross rust2 #1363

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Fix cross rust2 #1363

wants to merge 2 commits into from

Conversation

symphorien
Copy link
Contributor

fixes for the darwin issue in #1360 (comment)

I don't have access to darwin, tested by autoreconf -fv && ./configure --host x86_64-apple-darwin22.6.0 CC=cc

for the musl issue the error message is quite clear: to cross compile rust to musl you need the corresponding toolchain. How did it even work before?

strip the version number at the end of the target triple

configure: error: "/Users/runner/.cargo/bin/rustc knows neither x86_64-apple-darwin22.6.0 nor x86_64-unknown-darwin22.6.0"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant