Skip to content

Commit

Permalink
TEMP Windows: Don't use remote cache
Browse files Browse the repository at this point in the history
  • Loading branch information
aherrmann committed Nov 7, 2019
1 parent d2adca6 commit 7ff4c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ build:windows --noremote_accept_cached
# We use a special windows configuration on CI: cache is enabled. The caching
# is not totally reliable on Windows yet re. absolute paths, but it is not a
# problem on CI if all builds share a similar directory structure.
build:windows-ci --remote_accept_cached=true
build:windows-ci --remote_accept_cached=false

# The Windows CI machines have 4 physical and 8 logical cores. By default Bazel
# will parallelize up to the number of logical cores. This can cause flakyness
Expand Down

0 comments on commit 7ff4c7b

Please sign in to comment.