-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Cut all dependencies on bash [duplicate of #4319] #931
Comments
What exactly is the scope of this? Is it mostly limited to non-test code? Will we have a separate set of shell tests on Windows that run on either powershell or cmd.exe? Also, what are the implications of Windows support on the |
Yes :) We haven't really figured out yet what we'll do about this. My hunch is that sh_* rules will stay the same, and they will simply not work on Windows for the time being. |
why not just ship a bash as part of bazel that can be used on windows and consider bash to be part of the standard tools? There seem to be a few possibilities. It would be really nice if skylark rules can assume a working bash and a minimal set of tools (unzip, find, zip, ...) |
I envision Bash support via a local repository. |
Duplicate of #4319 |
This will be a "death of a thousand cuts" kind of thing, because we probably use tiny little shell scripts all over the place.
The text was updated successfully, but these errors were encountered: