kou commented on code in PR #49769:
URL: https://github.com/apache/arrow/pull/49769#discussion_r3093848102


##########
compose.yaml:
##########
@@ -2058,6 +2058,8 @@ services:
       TEST_YUM: 0
     command: >
       /bin/bash -c "
+        # SSL_CERT_FILE required due to issue in RHEL-8 based images. See 
GH-49757
+        export SSL_CERT_FILE=/etc/ssl/certs/ca-bundle.crt &&

Review Comment:
   Can we use `environment:` instead of `export`?



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