Skip to content

Teach cargo configuration about musl libc.#42

Merged
passcod merged 1 commit intonotify-rs:masterfrom
noncrab:master
Dec 3, 2015
Merged

Teach cargo configuration about musl libc.#42
passcod merged 1 commit intonotify-rs:masterfrom
noncrab:master

Conversation

@noncrab
Copy link

@noncrab noncrab 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?

@noncrab
Copy link
Author

noncrab 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