File tree Expand file tree Collapse file tree 1 file changed +0
-30
lines changed
Expand file tree Collapse file tree 1 file changed +0
-30
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,6 @@ customer's machine.
1010"""
1111
1212load ("@rules_license//rules:license.bzl" , "license" )
13- load ("@rules_pkg//pkg:install.bzl" , "pkg_install" )
14- load ("@rules_pkg//pkg:mappings.bzl" , "pkg_files" )
1513load ("@rules_shell//shell:sh_test.bzl" , "sh_test" )
1614
1715package (
@@ -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- )
You can’t perform that action at this time.
0 commit comments