Skip to content

Commit 2845817

Browse files
tholopcopybara-github
authored andcommitted
Add InputSpec URI to Willow task configuration
PiperOrigin-RevId: 874785671
1 parent 62d7967 commit 2845817

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

willow/proto/willow/BUILD

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
load("@protobuf//bazel:cc_proto_library.bzl", "cc_proto_library")
1616
load("@protobuf//bazel:proto_library.bzl", "proto_library")
17+
load("@protobuf//bazel:py_proto_library.bzl", "py_proto_library")
1718
load("@protobuf//rust:defs.bzl", "rust_proto_library")
1819

1920
package(
@@ -89,6 +90,12 @@ cc_proto_library(
8990
deps = [":input_spec_proto"],
9091
)
9192

93+
py_proto_library(
94+
name = "input_spec_py_pb2",
95+
visibility = ["//visibility:public"],
96+
deps = [":input_spec_proto"],
97+
)
98+
9299
proto_library(
93100
name = "messages_proto",
94101
srcs = ["messages.proto"],

0 commit comments

Comments
 (0)