Skip to content

Commit

Permalink
Workaround for bazel import path issue (#547)
Browse files Browse the repository at this point in the history
* workaround for bazel import path issue

* clarify
  • Loading branch information
cghawthorne committed Mar 16, 2017
1 parent 3b740aa commit eb68273
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tools/bazel.rc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ build --define=allow_oversize_protos=true
build --copt -funsigned-char
build -c opt

# Temporary flag to fix Python import issues. Requires bazel 0.4.5.
# A permanent fix will be in the bazel 0.5 release, at which point this
# flag should be removed.
build --noexperimental_python_import_all_repositories
test --noexperimental_python_import_all_repositories

build --spawn_strategy=standalone
test --spawn_strategy=standalone
run --spawn_strategy=standalone

0 comments on commit eb68273

Please sign in to comment.