tustvold commented on code in PR #7407:
URL: https://github.com/apache/arrow-datafusion/pull/7407#discussion_r1305845413


##########
.github/workflows/rust.yml:
##########
@@ -363,9 +363,24 @@ jobs:
       - uses: actions/setup-python@v4
         with:
           python-version: "3.8"
+      - name: Install OpenSSL 1.1.1

Review Comment:
   Indeed https://github.com/apache/arrow-datafusion/pull/7416 simply continues 
to use the bullseye rust image, and I have filed an upstream bug report for 
them to fix the action to not rely on an EOL OpenSSL version. In general I like 
to avoid installing deps from source, especially crypto libraries, as it 
unnecessarily adds to CI times.



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