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
build: fix bazel not available if cache could not be restored (#16764)
Currently the `setup_bazel_binary` script always runs before
the node modules are installed. This means that the the
global bazel binary cannot be set up as the `@bazel/bazel`
package is not installed yet.
Due to CircleCI's caching (and fallback caching) we currently
have a lot of cache hits that prevented this issue from showing
up (until https://circleci.com/gh/angular/components/70351)
0 commit comments