Skip to content

Commit 1ccadbc

Browse files
committed
Add comment.
1 parent ad1ef65 commit 1ccadbc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

go/Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# On Windows, make's path resolution algorithm is incorrect. It picks up a bazel.exe in PATH that's
2+
# after a bazel binary. In particular, on actions, the non-exe binary is a bazelisk instance, whereas
3+
# bazel.exe is a bazel installation.
4+
# This means we pick up the wrong bazel version, and if the differences between the bazel we want
5+
# and that we actually get are too big, the build fails on CI.
16
BAZEL := $(shell bash -c "which bazel")
27

38
all: gen extractor

0 commit comments

Comments
 (0)