diff --git a/proto/scheduler.proto b/proto/scheduler.proto index 90f0e0c84a4..0cea4710ee8 100644 --- a/proto/scheduler.proto +++ b/proto/scheduler.proto @@ -337,6 +337,7 @@ message ScheduleTaskRequest { // Serialized build.bazel.remote.execution.v2.ExecutionTask. That proto // depends on this one, so using the full type would create a build cycle. + // We could move ExecutionTask to this file to fix this. bytes serialized_task = 3; }