aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/packages/BUILD
diff options
context:
space:
mode:
authorGravatar Damien Martin-Guillerez <dmarting@google.com>2016-02-17 21:27:57 +0000
committerGravatar Kristina Chodorow <kchodorow@google.com>2016-02-17 21:42:34 +0000
commit8af7f68e056ce2013302a4d54c3b2a76b3130ce8 (patch)
tree2cbcc75156156166d890f7c34a8f36cc7fae92e3 /scripts/packages/BUILD
parentce449e8d39183cd4908e25c365129cee50c4d3da (diff)
Remove vestige of the base_workspace in the installer
This should fix the current ci.bazel.io breakage. -- MOS_MIGRATED_REVID=114892993
Diffstat (limited to 'scripts/packages/BUILD')
-rw-r--r--scripts/packages/BUILD5
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/packages/BUILD b/scripts/packages/BUILD
index 1d18b715d5..eb644106bb 100644
--- a/scripts/packages/BUILD
+++ b/scripts/packages/BUILD
@@ -50,11 +50,6 @@ self_extract_binary(
"//scripts:bash_completion",
],
launcher = ":launcher_bin.sh",
- resources = [
- "//third_party:srcs",
- "//third_party/java/jdk/langtools:srcs",
- "//tools:package-srcs",
- ],
)
load("//tools/build_defs/pkg:pkg.bzl", "pkg_tar", "pkg_deb")