You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: