Skip to content

Commit

Permalink
Add comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
criemen committed Oct 22, 2024
1 parent ad1ef65 commit 1ccadbc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions go/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# On Windows, make's path resolution algorithm is incorrect. It picks up a bazel.exe in PATH that's
# after a bazel binary. In particular, on actions, the non-exe binary is a bazelisk instance, whereas
# bazel.exe is a bazel installation.
# This means we pick up the wrong bazel version, and if the differences between the bazel we want
# and that we actually get are too big, the build fails on CI.
BAZEL := $(shell bash -c "which bazel")

all: gen extractor
Expand Down

0 comments on commit 1ccadbc

Please sign in to comment.