mirror of
https://github.com/vale981/ray
synced 2025-03-05 10:01:43 -05:00
bzl
Signed-off-by: Clarence Ng <clarence.wyng@gmail.com>
This commit is contained in:
parent
e02b072939
commit
e9fbd29623
1 changed files with 1 additions and 0 deletions
|
@ -329,6 +329,7 @@ def bazel_invoke(invoker, cmdline, *args, **kwargs):
|
|||
candidates.append(mingw_dir + "/bin/bazel.exe")
|
||||
else:
|
||||
candidates.append(os.path.join(home, ".bazel", "bin", "bazel"))
|
||||
candidates.append(os.path.join("bazelisk"))
|
||||
result = None
|
||||
for i, cmd in enumerate(candidates):
|
||||
try:
|
||||
|
|
Loading…
Add table
Reference in a new issue