pjfanning commented on code in PR #172:
URL:
https://github.com/apache/incubator-pekko-grpc/pull/172#discussion_r1314747760
##########
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
Review Comment:
just for reference, the build failures look like
https://github.com/apache/incubator-pekko-grpc/actions/runs/6065657613/job/16455401558
The opencensus protos that cause the issues are imported by envoy protos. We
don't seem to need these envoy protos.
Since the issue only popped up after upgrading the io.grpc libs, I have to
presume that the protos are being brought in by those jars.
--
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]