We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad1ef65 commit 1ccadbcCopy full SHA for 1ccadbc
go/Makefile
@@ -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.
6
BAZEL := $(shell bash -c "which bazel")
7
8
all: gen extractor
0 commit comments