Skip to content

Commit

Permalink
Move bazel.rc to workspace root to support bazel-0.17.0
Browse files Browse the repository at this point in the history
Bazel 0.17.0 will contain a change for which rc files it accepts.
bazelbuild/bazel@ec83598
bazelbuild/bazel#4502

Old bazel used to read %workspace%/tools/bazel.rc. New bazel will not
read that and instead will only read %workspace%/.bazelrc.

Signed-off-by: Jason Zaman <jason@perfinion.com>
  • Loading branch information
perfinion committed Aug 31, 2018
1 parent fe01657 commit 03f115f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions tools/bazel.rc → .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,4 @@ build -c opt

# Modular TF build options
build:dynamic_kernels --define=dynamic_loaded_kernels=true

1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
.DS_Store
.ipynb_checkpoints
node_modules
/.bazelrc
/.tf_configure.bazelrc
/bazel-*
/bazel_pip
Expand Down

0 comments on commit 03f115f

Please sign in to comment.