Skip to content

Commit

Permalink
Remove empty_files for bazel binary installer.
Browse files Browse the repository at this point in the history
Bazel binary installer contains empty files because of the line that wasn't removed while packaging bazel_tools inside bazel.

Fixes: bazelbuild#2662

Change-Id: I53a1f74566c48c3458ced2d46362873a68b6bf49
PiperOrigin-RevId: 153048191
  • Loading branch information
hvardhanx authored and aehlig committed Apr 13, 2017
1 parent 0451048 commit e565230
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/packages/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ load(":self_extract_binary.bzl", "self_extract_binary")

self_extract_binary(
name = "install.sh",
empty_files = ["tools/defaults/BUILD"],
flatten_resources = [
":bazel-real",
":bazel",
Expand Down

0 comments on commit e565230

Please sign in to comment.