Skip to content

Commit

Permalink
use host bash path
Browse files Browse the repository at this point in the history
  • Loading branch information
jtattermusch committed Jul 27, 2023
1 parent 87971c1 commit ac2a619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/remote_build/windows.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build --extra_execution_platforms=//third_party/toolchains:rbe_windows_default_p
build --host_platform=//third_party/toolchains:rbe_windows_default_platform
build --platforms=//third_party/toolchains:rbe_windows_default_platform
# Needs to match the location of binaries in the RBE docker container
build --shell_executable=c:/msys64/usr/bin/bash.exe
build --shell_executable=c:/tools/msys64/usr/bin/bash.exe
build --python_path="C:\\Program Files\\Python310\\python.exe"

build --test_tag_filters=-no_windows
Expand Down

0 comments on commit ac2a619

Please sign in to comment.