From 0f51ba50bb387075f3b46e22b7a987d943bbfe76 Mon Sep 17 00:00:00 2001 From: Lucas Meijer Date: Tue, 3 Feb 2026 14:12:11 +0100 Subject: [PATCH] Add missing proto files to complete_proto_api --- pkg/proto/BUILD.bazel | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/proto/BUILD.bazel b/pkg/proto/BUILD.bazel index 11361c5..ff0e9bc 100644 --- a/pkg/proto/BUILD.bazel +++ b/pkg/proto/BUILD.bazel @@ -15,6 +15,7 @@ complete_proto_api( "//pkg/proto/configuration/scheduler:scheduler_proto", "//pkg/proto/configuration/storage/object/local:local_proto", "@com_github_buildbarn_bb_remote_execution//pkg/proto/configuration/bb_runner:bb_runner_proto", + "@com_github_buildbarn_bb_remote_execution//pkg/proto/resourceusage:resourceusage_proto", "//pkg/proto/encryptedaction:encryptedaction_proto", "//pkg/proto/model/analysis:analysis_proto", "//pkg/proto/model/command:command_proto", @@ -22,6 +23,7 @@ complete_proto_api( "//pkg/proto/model/fetch:fetch_proto", "//pkg/proto/remoteexecution:remoteexecution_proto", "//pkg/proto/remoteworker:remoteworker_proto", + "//pkg/proto/storage/dag:dag_proto", ], visibility = ["//visibility:public"], )