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

Teach cargo configuration about musl libc. #42

Merged
merged 1 commit into from
Dec 3, 2015
Merged

Teach cargo configuration about musl libc. #42

merged 1 commit into from
Dec 3, 2015

Conversation

cstorey
Copy link

@cstorey cstorey commented Dec 3, 2015

It's possible to build binaries against a --target of x86_64-unknown-linux-musl, but unfortunately that doesn't match the current specifier for x86_64-unknown-linux-gnu. This patch just teaches cargo about the new configuration.

@passcod
Copy link
Member

passcod commented Dec 3, 2015

Great :) Out of curiosity, what are you using this for? Docker? Embedded? Some other usecase for a tiny libc?

@cstorey
Copy link
Author

cstorey commented Dec 3, 2015

Ah, it's just within docker for now. It seems neater to use a minimal operating environment like alpine linux than something like Debian when there's no need for the extra features.

passcod added a commit that referenced this pull request Dec 3, 2015
Teach cargo configuration about musl libc.
@passcod passcod merged commit af62e10 into notify-rs:master Dec 3, 2015
@passcod
Copy link
Member

passcod commented Dec 3, 2015

I'll release later today

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.

2 participants