kou commented on code in PR #49769:
URL: https://github.com/apache/arrow/pull/49769#discussion_r3097538601
##########
compose.yaml:
##########
@@ -2056,6 +2056,7 @@ services:
CMAKE_GENERATOR: Ninja
TEST_APT: 0 # would require docker-in-docker
TEST_YUM: 0
+ SSL_CERT_FILE: /etc/ssl/certs/ca-bundle.crt # required due to issue in
RHEL-8 based images. See GH-49757
Review Comment:
```suggestion
SSL_CERT_FILE: /etc/ssl/certs/ca-bundle.crt # required due to issue
in RHEL-8 based images. See GH-49757
TEST_APT: 0 # would require docker-in-docker
TEST_YUM: 0
```
--
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]