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

Building the rules on Windows platform without Bash shell installed #315

Open
AlexanderGolovlev opened this issue May 28, 2024 · 1 comment

Comments

@AlexanderGolovlev
Copy link

Description

Currently building the rules utilizes Bash shell commands. This requires installing the Bash shell on Windows platform (via MSYS2), and configuring it using shell_executable option or BAZEL_SH environment variable.
However, the build environment on Windows may be not properly configured for Bash. The preferred approach is utilizing the native commands.

Suggested changes are shown in this pull request:
#314

@stakira
Copy link

stakira commented May 30, 2024

#308 is an issue of the same cause but is much more awkward. The error message is super confusing and un-actionable.

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

No branches or pull requests

2 participants