Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FR: Support tools/bazel with extensions on Windows #416

Closed
UebelAndre opened this issue Jan 23, 2023 · 0 comments · Fixed by #417
Closed

FR: Support tools/bazel with extensions on Windows #416

UebelAndre opened this issue Jan 23, 2023 · 0 comments · Fixed by #417

Comments

@UebelAndre
Copy link
Contributor

Projects which rely on the use of tools/bazel executable become extremely hard to maintain if windows support is needed there as there's not really an equivalent. The file is not naturally recognized as an executable and forcing all users to change this is very awkward and time consuming.

Instead of requiring an infrastructure change, Bazelisk could be updated to look for tools/bazel.ps1 and tools/bazel.bat on Windows. This would reduce maintenance for multi platform repos as the Bazel startup behavior can now be codified for Windows.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant