On Angular and related projects, we run builds on CI in a docker container.
we use the --local_resources flag to workaround
which causes random failures where Bazel tries to allocate too much memory.
After updating to 0.14.0 (and also observed in 0.14.1) we have the problem again:
it affects Angular users who send PRs which are failing on CI.
Anyone else seeing something like this?
-Alex