kszucs commented on a change in pull request #10611:
URL: https://github.com/apache/arrow/pull/10611#discussion_r662922918
##########
File path: docker-compose.yml
##########
@@ -1019,6 +1023,38 @@ services:
/arrow/ci/scripts/python_build.sh /arrow /build &&
/arrow/ci/scripts/r_test.sh /arrow"
+ ubuntu-r-static:
Review comment:
`ubuntu-r-static` ideally should be removed and called with:
```bash
archery docker run -e ARROW_BUILD_STATIC=ON -e ANOTHER_ENV_VAR=ETC ubuntu-r
```
##########
File path: docker-compose.yml
##########
@@ -1019,6 +1023,38 @@ services:
/arrow/ci/scripts/python_build.sh /arrow /build &&
/arrow/ci/scripts/r_test.sh /arrow"
+ ubuntu-r-static:
Review comment:
`ubuntu-r-static` ideally should be removed and called with:
```bash
archery docker run -e ARROW_BUILD_STATIC=ON -e ANOTHER_ENV_VAR=ETC ubuntu-r
```
--
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]