-
Notifications
You must be signed in to change notification settings - Fork 93
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
Cross compile std #77
Comments
I would strongly suggest to people that want this feature to instead push for "std aware" Cargo (rust-lang/rfcs#1133) though. That's the proper solution. |
I think the only remaining blocker for this is rust-lang/rust#37975 |
Any way we can get rust-lang/rust#37975 retried on CI? |
@HybridEidolon You'll have to convince Alex 😄. It'd be best if someone with access to a mac tested the PR to verify if the issue is real. |
The patch I put on my last comment of that issue makes the tests pass under makefile builds, which makes tests pass for mac. |
For starters, with a few restrictions
std
can't be tweakedThese issues need to be addressed in rust-lang/rust:
cargo build
ingstd
withpanic=abort
rust-lang/rust#37252cargo build
ingstd
as a dylib rust-lang/rust#36501But there are probably others. The easiest way to test this feature today is by compiling a binary Cargo project with the following Cargo.toml.
The text was updated successfully, but these errors were encountered: