Skip to content

Commit 35e627c

Browse files
committed
drop unneded pkg_install targets
1 parent 7f4199d commit 35e627c

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

deps/cacerts/BUILD.bazel

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ customer's machine.
1010
"""
1111

1212
load("@rules_license//rules:license.bzl", "license")
13-
load("@rules_pkg//pkg:install.bzl", "pkg_install")
14-
load("@rules_pkg//pkg:mappings.bzl", "pkg_files")
1513
load("@rules_shell//shell:sh_test.bzl", "sh_test")
1614

1715
package(
@@ -57,31 +55,3 @@ sh_test(
5755
"@platforms//os:linux",
5856
],
5957
)
60-
61-
# Omnibus glue rules: The rest of this file is temporary until we no longer
62-
# have Omnibus as the high level controller for the build.
63-
# These are used only from /omnibus/config/software/cacerts.rb
64-
65-
pkg_files(
66-
name = "ssl",
67-
srcs = [
68-
":cacert.pem",
69-
],
70-
prefix = "ssl",
71-
)
72-
73-
pkg_files(
74-
name = "ssl_certs",
75-
srcs = [
76-
":cacert.pem",
77-
],
78-
prefix = "ssl/cacerts",
79-
)
80-
81-
pkg_install(
82-
name = "install",
83-
srcs = [
84-
":ssl",
85-
":ssl_certs",
86-
],
87-
)

0 commit comments

Comments
 (0)