-
Notifications
You must be signed in to change notification settings - Fork 486
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
*-alpine-linux-musl
custom targets
#1407
Comments
same with i'm currently bumping up to 1.85 and i decided to add patches to the generated list in the vendored crate, but i feel like this is going to bite me in a lot of places starting very soon |
I suggest proper dynamic parsing than static lists. |
it does seem related to #1317, yes. Chiming in as the maintainer of the |
Yeah, only that the error message (https://github.com/rust-lang/cc-rs/blob/main/src/target.rs#L75) led me to believe that there was a solution for custom targets, which apparently is not the case. |
We can parse the target and replace -alpine- and other os with -unknown- |
Hi, Alpine Linux contributor here.
I saw that you changed the target parsing and that the shipped target info doesn't include our own custom Alpine targets, which link dynamically than static.
It seems to me that this currently blocks the Rust upgrade to 1.85.0 since Rust 1.85 ships cc-1.2.x.
It would be nice to know what the best way forward would be here, if you have any idea. Thank you!
The text was updated successfully, but these errors were encountered: