bazelisk icon indicating copy to clipboard operation
bazelisk copied to clipboard

Support binary tools/bazel wrappers

Open jmmv opened this issue 7 months ago • 1 comments

To do this, recognize new tools/bazel.<OSNAME>-<ARCH> and tools/bazel.<ARCH> names for the wrapper, and favor those over tools/bazel if they are present.

jmmv avatar May 27 '25 20:05 jmmv

I pushed a new version of the change to (try to) fix the problems with the Windows tests... but now one of the Windows jobs fails with:

external\gazelle++go_deps+org_golang_x_sys\unix\vgetrandom_linux.go:7:9: file requires newer Go version go1.24
compilepkg: error running subcommand external\rules_go++go_sdk+bazelisk__download_0\pkg\tool\windows_amd64\compile.exe: exit status 2

which seems unrelated to my change given that it's coming from a dependency. (I'm not even sure why the Windows build would look into a file with linux in its name, but, well, Go.)

jmmv avatar Jun 19 '25 17:06 jmmv