bazelisk icon indicating copy to clipboard operation
bazelisk copied to clipboard

Go bazelisk not using tools/bazel.cmd on Windows

Open gmishkin opened this issue 4 years ago • 1 comments

The Python version will use it... provided I hack up the call to subprocess and pass shell=True which is nbd

The go version seems to just ignore it. lmk if there is some other way you're supposed to do a tools/bazel on Windows.

gmishkin avatar Feb 19 '20 22:02 gmishkin

I replied in your PR - I think we should explicitly try to run tools/bazel.exe, tools/bazel.cmd, tools/bazel.bat in that order on Windows in the Go and Python version. Would be happy to review and merge a PR for that!

@meteorcloudy For additional Windows-specific knowledge.

philwo avatar Apr 17 '20 13:04 philwo