Update some of the build infra
This commit is contained in:
parent
30f1d488b4
commit
4faa29c124
3 changed files with 76 additions and 5 deletions
tools
|
@ -30,3 +30,10 @@ load("//tools/build_rules:webp.bzl",
|
|||
load("@rules_zapp//zapp:zapp.bzl",
|
||||
"zapp_binary",
|
||||
)
|
||||
|
||||
load(
|
||||
"@io_bazel_rules_docker//container:container.bzl",
|
||||
"container_image",
|
||||
"container_bundle",
|
||||
"container_push",
|
||||
)
|
||||
|
|
|
@ -158,6 +158,7 @@ py_resources = rule(
|
|||
def py_project(name=None,
|
||||
main=None,
|
||||
main_deps=None,
|
||||
shebang=None,
|
||||
lib_srcs=None,
|
||||
lib_deps=None,
|
||||
lib_data=None,
|
||||
|
@ -238,6 +239,7 @@ def py_project(name=None,
|
|||
visibility = [
|
||||
"//visibility:public",
|
||||
],
|
||||
shebang = shebang,
|
||||
)
|
||||
|
||||
for src in test_srcs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue