Skip to content

Commit

Permalink
build: remove --nowatchfs flag as --watchfs is a noop on windows now (#…
Browse files Browse the repository at this point in the history
…33471)

PR Close #33471
  • Loading branch information
josephperrott authored and AndrewKushnir committed Oct 29, 2019
1 parent bf913cc commit 649093c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .bazelrc
Expand Up @@ -18,10 +18,6 @@ test:debug --test_arg=--node_options=--inspect-brk --test_output=streamed --test
# See https://github.com/bazelbuild/bazel/issues/4603
build --symlink_prefix=dist/

# Disable watchfs as it causes tests to be flaky on Windows
# https://github.com/angular/angular/issues/29541
build --nowatchfs

# Turn off legacy external runfiles
run --nolegacy_external_runfiles
test --nolegacy_external_runfiles
Expand Down

0 comments on commit 649093c

Please sign in to comment.