Skip to content

Commit

Permalink
bazel: add .bazelrc and use Bazel's import instead of symlinking. (#66)
Browse files Browse the repository at this point in the history
This is future-proofing, since %workspace%/tools/bazel.rc won't be
automatically processed starting with Bazel 0.19 (October 2018).

Signed-off-by: Piotr Sikora <piotrsikora@google.com>
  • Loading branch information
PiotrSikora authored and htuch committed Oct 19, 2018
1 parent 61029d8 commit c1d8c33
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import %workspace%/envoy/.bazelrc
1 change: 0 additions & 1 deletion tools/bazel.rc

This file was deleted.

0 comments on commit c1d8c33

Please sign in to comment.