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


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

Review Comment:
   I'm not sure. One possible explanation could be JDK 17 load dynamic libs in 
different order with JDK 8 and it get a chance to load the actual 
`libcrypto.dylib`. But I don't have a Intel Mac to test that.



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