Skip to content

Commit 30a9b9d

Browse files
committed
refactor: remove tar rule from 1.x branch to reduce branch maintenance
1 parent 77513d2 commit 30a9b9d

File tree

7 files changed

+0
-907
lines changed

7 files changed

+0
-907
lines changed

docs/BUILD.bazel

-5
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,6 @@ stardoc_with_diff_test(
5959
bzl_library_target = "//lib:lists",
6060
)
6161

62-
stardoc_with_diff_test(
63-
name = "tar",
64-
bzl_library_target = "//lib:tar",
65-
)
66-
6762
stardoc_with_diff_test(
6863
name = "utils",
6964
bzl_library_target = "//lib:utils",

docs/tar.md

-198
This file was deleted.

lib/BUILD.bazel

-12
Original file line numberDiff line numberDiff line change
@@ -129,18 +129,6 @@ bzl_library(
129129
deps = ["//lib/private/docs:utils"],
130130
)
131131

132-
bzl_library(
133-
name = "tar",
134-
srcs = ["tar.bzl"],
135-
deps = [
136-
"//lib:expand_template",
137-
"//lib:utils",
138-
"//lib/private/docs:tar",
139-
"@aspect_bazel_lib//lib:paths",
140-
"@bazel_skylib//lib:types",
141-
],
142-
)
143-
144132
bzl_library(
145133
name = "jq",
146134
srcs = ["jq.bzl"],

lib/private/docs/BUILD.bazel

-7
Original file line numberDiff line numberDiff line change
@@ -121,13 +121,6 @@ bzl_library(
121121
],
122122
)
123123

124-
bzl_library(
125-
name = "tar",
126-
srcs = [
127-
"//lib/private:tar.bzl",
128-
],
129-
)
130-
131124
bzl_library(
132125
name = "utils",
133126
srcs = [

0 commit comments

Comments
 (0)