aboutsummaryrefslogtreecommitdiff
path: root/distribution
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-06-24 19:27:53 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-06-24 19:27:53 +0000
commitf106017751732e4baaf3e71170ef4f2bb337848d (patch)
tree3c15c050ced2749753c4d6f1cf9d3a9b9bd94085 /distribution
parent76be740a2ab63f21bb42ee3590792fd39edc6a59 (diff)
parentf1fb8167b4ed64feb494fd1ea6a8a619bbb549de (diff)
downloadbazel-skylib-android-gs-tangorpro-5.10-u-beta5.2.tar.gz
Change-Id: Ia0ce9f969778c682312310ecbc9ab7eaa4ada766
Diffstat (limited to 'distribution')
-rw-r--r--distribution/BUILD26
1 files changed, 2 insertions, 24 deletions
diff --git a/distribution/BUILD b/distribution/BUILD
index ba903aa..8a9b1e7 100644
--- a/distribution/BUILD
+++ b/distribution/BUILD
@@ -6,37 +6,15 @@ package(
default_visibility = ["//visibility:private"],
)
-pkg_tar(
- name = "srcs",
- srcs = ["//:distribution"],
- mode = "0444",
- # Make it owned by root so it does not have the uid of the CI robot.
- owner = "0.0",
- package_dir = "",
- strip_prefix = ".",
-)
-
-pkg_tar(
- name = "bins",
- srcs = ["//:bins"],
- mode = "0555",
- # Make it owned by root so it does not have the uid of the CI robot.
- owner = "0.0",
- package_dir = "",
- strip_prefix = ".",
-)
-
# Build the artifact to put on the github release page.
pkg_tar(
name = "bazel-skylib-%s" % version,
+ srcs = ["//:distribution"],
extension = "tar.gz",
+ mode = "0644",
# Make it owned by root so it does not have the uid of the CI robot.
owner = "0.0",
strip_prefix = ".",
- deps = [
- ":bins.tar",
- ":srcs.tar",
- ],
)
print_rel_notes(