You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks! Indeed, using Bazel built from HEAD, I can make this work -- I replaced my fake Bash with an .exe file I wrote that just prints its arguments and exits 1, then I put it under c:\src\fake-msys\usr\bin\bash.exe, pointed BAZEL_SH at it, and could successfully build the java_binary in the bug report.
Description of the problem / feature request:
The Java rules depend on at least on genrule, so they need MSYS on Windows.
Bugs: what's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
On a fresh Windows 10:
c:\src\tmp\fake-msys\usr\bin\bash.bat
that just prints its arguments and exits:The same thing happens even when JAVA_HOME is set.
What operating system are you running Bazel on?
Windows Server 2016 (v1607)
The text was updated successfully, but these errors were encountered: