Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Go: Fix makefile to use bash to look up bazel path.
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 (at the current time 7.3.2) 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.
- Loading branch information