pjfanning commented on code in PR #172:
URL: 
https://github.com/apache/incubator-pekko-grpc/pull/172#discussion_r1314713822


##########
build.sbt:
##########
@@ -163,6 +163,8 @@ lazy val interopTests = Project(id = "interop-tests", base 
= file("interop-tests
     ReflectiveCodeGen.generatedLanguages := Seq("Scala", "Java"),
     ReflectiveCodeGen.extraGenerators := Seq("ScalaMarshallersCodeGenerator"),
     ReflectiveCodeGen.codeGeneratorSettings ++= Seq("server_power_apis"),
+    // grpc 1.53.0 brings in extra unnecessary proto files that cause build 
issues
+    PB.generate / excludeFilter := new SimpleFileFilter(f => 
f.getAbsolutePath().contains("envoy/")),

Review Comment:
   made the change - I suspect there might be other issues with building this 
module on Windows but I think this PR should not now make it worse



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to