Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/angular/angular.git. Pull mirroring updated .
  1. Oct 08, 2022
  2. Mar 26, 2022
    • 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