Skip to content

Commit 069cad0

Browse files
Fix exception in build_data (#4206)
1 parent aba10fc commit 069cad0

File tree

2 files changed

+27
-26
lines changed

2 files changed

+27
-26
lines changed

src/clusterfuzz/_internal/protos/uworker_msg.proto

+1
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@ message FuzzTaskOutput {
245245
repeated string fuzz_targets = 11;
246246
repeated string testcase_run_jsons = 12;
247247
repeated FuzzTaskCrashGroup crash_groups = 13;
248+
optional BuildData build_data = 14;
248249
}
249250

250251
message MinimizeTaskOutput {

0 commit comments

Comments
 (0)