Skip to content

Commit 750da6b

Browse files
authored
Add RemoteAsset protobuf (TraceMachina#1647)
1 parent cabbba3 commit 750da6b

File tree

4 files changed

+1816
-0
lines changed

4 files changed

+1816
-0
lines changed

nativelink-proto/BUILD.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ load(
99
)
1010

1111
PROTO_NAMES = [
12+
"build.bazel.remote.asset.v1",
1213
"build.bazel.remote.execution.v2",
1314
"build.bazel.semver",
1415
"com.github.trace_machina.nativelink.remote_execution",
@@ -77,6 +78,7 @@ PLATFORM_NAMES = [
7778
genrule(
7879
name = "gen_rs_protos",
7980
srcs = [
81+
"build/bazel/remote/asset/v1/remote_asset.proto",
8082
"build/bazel/remote/execution/v2/remote_execution.proto",
8183
"build/bazel/semver/semver.proto",
8284
"com/github/trace_machina/nativelink/remote_execution/events.proto",

0 commit comments

Comments
 (0)