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

x86_64-linux-gnu -> {x86_64,aarch64}-apple-darwin cross-compilation broken with cc 1.0.85 #1945

Closed
rvolosatovs opened this issue Feb 13, 2024 · 2 comments

Comments

@rvolosatovs
Copy link

Not sure if this is caused by an issue in Ring or in cc (therefore, filing a duplicate here), but cross-compiling ring v0.17.7 from x86_64 Linux to x86_64-apple-darwin and aarch64-apple-darwin is broken when upgrading from cc 1.0.83 to cc 1.0.85
See more details at rust-lang/cc-rs#948
Refs bytecodealliance/wit-deps#118

@briansmith
Copy link
Owner

@rvolosatovs it seems like cc-rs yanked the release, so it should be working now with the latest non-yanked release?

@rvolosatovs
Copy link
Author

@rvolosatovs it seems like cc-rs yanked the release, so it should be working now with the latest non-yanked release?

It does indeed, I found out that the cause for this is --target flag, which is now specified by cc.

@rvolosatovs rvolosatovs closed this as not planned Won't fix, can't repro, duplicate, stale Feb 17, 2024
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

No branches or pull requests

2 participants