Skip to content

Commit

Permalink
Remove some unneeded stuff from release.tar.gz (#1683)
Browse files Browse the repository at this point in the history
  • Loading branch information
brentleyjones authored Jan 27, 2023
1 parent ab3af33 commit c11edda
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 35 deletions.
1 change: 0 additions & 1 deletion BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ filegroup(
srcs = [
"LICENSE",
"MODULE.bazel",
"//third_party:release_files",
"//tools:release_files",
"//xcodeproj:release_files",
],
Expand Down
15 changes: 0 additions & 15 deletions third_party/BUILD

This file was deleted.

13 changes: 0 additions & 13 deletions third_party/com_github_michaeleisel_jjliso8601dateformatter/BUILD
Original file line number Diff line number Diff line change
@@ -1,13 +0,0 @@
# Release

filegroup(
name = "release_files",
srcs = glob(
["*"],
exclude = [
"**/.*",
],
),
tags = ["manual"],
visibility = ["//:__subpackages__"],
)
7 changes: 1 addition & 6 deletions tools/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,7 @@ sh_binary(

filegroup(
name = "release_files",
srcs = glob(
["**"],
exclude = [
"**/.*",
],
) + [
srcs = [
"//" + package_name() + "/extensionpointidentifiers_parser:release_files",
"//" + package_name() + "/generator:release_files",
"//" + package_name() + "/params_processors:release_files",
Expand Down

0 comments on commit c11edda

Please sign in to comment.