projjal commented on a change in pull request #9707: URL: https://github.com/apache/arrow/pull/9707#discussion_r604838870
########## File path: dev/tasks/gandiva-jars/build-java.sh ########## @@ -25,11 +25,11 @@ pushd java if [[ $OS_NAME == "linux" ]]; then SO_DEP=ldd GANDIVA_LIB="$CPP_BUILD_DIR"libgandiva_jni.so - WHITELIST=(linux-vdso libz librt libdl libpthread libstdc++ libm libgcc_s libc ld-linux-x86-64) + WHITELIST=(linux-vdso libz librt libdl libpthread libstdc++ libm libgcc_s libc ld-linux-x86-64 libssl libcrypto) Review comment: can you make sure that the nightly build uses a static version of openssl as dependency. this whitelist is to make sure that there are no shared libraries added as dependencies when building the gandiva library in nightly -- 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: us...@infra.apache.org