Skip to content

Commit 02778b4

Browse files
committed
Remove Flatbuffers patch to diagnose Windows hang.
1 parent 1f9c98a commit 02778b4

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

messaging/messaging_java/build.gradle

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,15 @@ afterEvaluate {
8181
'https://github.com/google/flatbuffers.git',
8282
flatbuffersDir
8383
}
84-
exec {
85-
executable 'git'
86-
args 'apply',
87-
'../../scripts/git/patches/flatbuffers/0001-remove-unused-var.patch',
88-
'--verbose',
89-
'--directory',
90-
'messaging/messaging_java/build/flatbuffers'
91-
}
84+
// TODO(jsimantov): Temporarily remove to diagnose Windows build issue.
85+
// exec {
86+
// executable 'git'
87+
// args 'apply',
88+
// '../../scripts/git/patches/flatbuffers/0001-remove-unused-var.patch',
89+
// '--verbose',
90+
// '--directory',
91+
// 'messaging/messaging_java/build/flatbuffers'
92+
// }
9293
}
9394

9495
// Locate or build flatc.

0 commit comments

Comments
 (0)