advancedxy commented on code in PR #45:
URL: 
https://github.com/apache/arrow-datafusion-comet/pull/45#discussion_r1495159157


##########
.github/actions/setup-macos-builder/action.yaml:
##########
@@ -49,11 +49,17 @@ runs:
         unzip $PROTO_ZIP
         echo "$HOME/d/protoc/bin" >> $GITHUB_PATH
         export PATH=$PATH:$HOME/d/protoc/bin
+        # install openssl to work with JDK 8 loading libcrypto.dylib
+        # see 
https://stackoverflow.com/questions/58272830/python-crashing-on-macos-10-15-beta-19a582a-with-usr-lib-libcrypto-dylib
 for more details
+        brew install openssl

Review Comment:
   
https://github.com/apache/arrow-datafusion-comet/actions/runs/7966331767/job/21747392140
 seems like java8 still suffers for libcrypto loading issues. This is the 
attempt to resolve that. Let's see whether it works or not.



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