aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/packages/debian
diff options
context:
space:
mode:
authorGravatar Kristina Chodorow <kchodorow@google.com>2016-01-27 16:33:26 +0000
committerGravatar Kristina Chodorow <kchodorow@google.com>2016-01-28 15:29:42 +0000
commit14cf67863d56bab1eef11687a881adf323ba55ad (patch)
treeacf024ac579bf9f42d8fa935ed3b962aea4c0711 /scripts/packages/debian
parentdcb4a384e07c7224afe6d660fd845b55d6c55c86 (diff)
*** Reason for rollback *** Prerequisite for rolling back j2objc base workspace change *** Original change description *** Remove base_workspace from bazel setup I also removed a couple places the documentation referred to it incorrectly. There are still a couple of blog posts that mention it, but that seemed okay. RELNOTES: A bazelrc with --package_path set is no longer required for Bazel to find its tools. This also means that building //... should work to build everything in the workspace without including Bazel's own targets. -- MOS_MIGRATED_REVID=113164089
Diffstat (limited to 'scripts/packages/debian')
-rw-r--r--scripts/packages/debian/bazel.bazelrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/packages/debian/bazel.bazelrc b/scripts/packages/debian/bazel.bazelrc
index e69de29bb2..594b54bca8 100644
--- a/scripts/packages/debian/bazel.bazelrc
+++ b/scripts/packages/debian/bazel.bazelrc
@@ -0,0 +1,3 @@
+build --package_path=%workspace%:/usr/share/lib/bazel/tools
+query --package_path=%workspace%:/usr/share/lib/bazel/tools
+fetch --package_path=%workspace%:/usr/share/lib/bazel/tools