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

Build requires bash to be present. #355

Closed
Hoverbear opened this issue Feb 14, 2019 · 0 comments
Closed

Build requires bash to be present. #355

Hoverbear opened this issue Feb 14, 2019 · 0 comments
Labels

Comments

@Hoverbear
Copy link
Contributor

In check_protoc_version() we use Command::new("Bash") with some arguments. Notably systems such as Windows and minimal Linux Distros do not commonly include bash.

Resolving this issue would require that we no longer depend on bash (perhaps by using pure rust), or provide a windows compatible function.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant