File tree 2 files changed +14
-1
lines changed
2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -120,3 +120,16 @@ http_archive(
120
120
"https://github.com/googleapis/gapic-showcase/archive/%s.zip" % _showcase_commit ,
121
121
],
122
122
)
123
+
124
+ http_archive (
125
+ name = "rules_pkg" ,
126
+ sha256 = "8a298e832762eda1830597d64fe7db58178aa84cd5926d76d5b744d6558941c2" ,
127
+ urls = [
128
+ "https://mirror.bazel.build/github.com/bazelbuild/rules_pkg/releases/download/0.7.0/rules_pkg-0.7.0.tar.gz" ,
129
+ "https://github.com/bazelbuild/rules_pkg/releases/download/0.7.0/rules_pkg-0.7.0.tar.gz" ,
130
+ ],
131
+ )
132
+
133
+ load ("@rules_pkg//:deps.bzl" , "rules_pkg_dependencies" )
134
+
135
+ rules_pkg_dependencies ()
Original file line number Diff line number Diff line change 1
- load ("@bazel_tools//tools/build_defs /pkg:pkg.bzl" , "pkg_tar" )
1
+ load ("@rules_pkg/ /pkg:pkg.bzl" , "pkg_tar" )
2
2
3
3
package (default_visibility = ["//visibility:public" ])
4
4
You can’t perform that action at this time.
0 commit comments