You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by GitBox <gi...@apache.org> on 2020/03/04 21:15:28 UTC

[GitHub] [beam] amaliujia commented on issue #10940: [BEAM-9288] Not bundle conscrypt in gRPC vendor

amaliujia commented on issue #10940: [BEAM-9288] Not bundle conscrypt in gRPC vendor
URL: https://github.com/apache/beam/pull/10940#issuecomment-594847927
 
 
   @sunjincheng121 
   
   This PR seems not stop adding conscrypt native libraries as part in META-INF.
   
   ```
   $ jar tvf beam-vendor-grpc-1_26_0-0.3.jar | grep conscrypt
   2218176 Mon Sep 17 10:36:24 CEST 2018
   META-INF/native/libconscrypt_openjdk_jni-linux-x86_64.so
   1720832 Mon Sep 17 10:36:24 CEST 2018
   META-INF/native/conscrypt_openjdk_jni-windows-x86.dll
   2637496 Mon Sep 17 10:36:24 CEST 2018
   META-INF/native/libconscrypt_openjdk_jni-osx-x86_64.dylib
   2557952 Mon Sep 17 10:36:24 CEST 2018
   META-INF/native/conscrypt_openjdk_jni-windows-x86_64.dll
   ``` 
   
   I am not familiar with this part of build system but I am willing to help. Is there a known resolution in your mind that you can share to remove  `conscrypt` from META-INF?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services