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



##########
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:
       ```suggestion
         // Use a classifier to ensure we get the jar containing native 
libraries. In the future
         // hopefully netty releases a single jar containing native libraries 
for all architectures.
         "io.netty:netty-transport-native-epoll:$netty_version:linux-x86_64",
   ```




-- 
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]


Reply via email to