Skip to content

Commit

Permalink
Use bazel disk cache (#3336)
Browse files Browse the repository at this point in the history
  • Loading branch information
worxli committed Nov 8, 2019
1 parent 6d47b39 commit 1cb9d08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .bazelrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
build --workspace_status_command=./tools/bazel-build-env
build --workspace_status_command=./tools/bazel-build-env --disk_cache=./.bazel-cache
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,4 @@ tags

# bazel artifacts
/bazel-*
/.bazel-cache

0 comments on commit 1cb9d08

Please sign in to comment.