You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2021/06/29 14:40:03 UTC

[GitHub] [beam] suztomo commented on a change in pull request #15091: [BEAM-12547] Fix vendoring of epoll

suztomo commented on a change in pull request #15091:
URL: https://github.com/apache/beam/pull/15091#discussion_r660686255



##########
File path: buildSrc/src/main/groovy/org/apache/beam/gradle/GrpcVendoring_1_36_0.groovy
##########
@@ -49,7 +49,7 @@ class GrpcVendoring_1_36_0 {
       "io.grpc:grpc-netty:$grpc_version",
       "io.grpc:grpc-protobuf:$grpc_version",
       "io.grpc:grpc-stub:$grpc_version",
-      "io.netty:netty-transport-native-epoll:$netty_version",
+      "io.netty:netty-transport-native-epoll:$netty_version:linux-x86_64",

Review comment:
       Would you add comment why it's ok to limit this to linux-x86_64?
   
   Or wasn't it working at all without classifier? https://netty.io/wiki/native-transports.html says
   
   `<classifier>linux-x86_64</classifier>`
   




-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org