Skip to content
  • Paul Gschwendtner's avatar
    ci: make windows circleci job more robust and use git bash (#45431) · a48683be
    Paul Gschwendtner authored
    It is totally fine, and expected to use Git Bash for running Bazel
    on Windows. In fact this is the most common setup for Bazel on Windows
    and it's unrealistic to run without it.
    
    This allows us to remove the old/legacy Powershell setup from CI
    which is also quite flaky sometimes and does not reproduce how
    Bazel is used on windows-users dev machines.
    
    PR Close #45431
    a48683be