You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/06/27 16:15:14 UTC

[GitHub] [arrow] assignUser commented on a diff in pull request #13441: ARROW-16912: [R][CI] Fix nightly centos package without GCS

assignUser commented on code in PR #13441:
URL: https://github.com/apache/arrow/pull/13441#discussion_r907563449


##########
docker-compose.yml:
##########
@@ -410,9 +410,9 @@ services:
       ARROW_MIMALLOC: "ON"
     command: >
       /bin/bash -c "
-        if grep -q -i -e 'centos.* 7' /etc/os-release; then export ARROW_S3=OFF ARROW_MIMALLOC=OFF; fi &&
+        if grep -q -i -e 'centos.* 7' /etc/os-release; then export ARROW_S3=OFF ARROW_GCS=OFF ARROW_MIMALLOC=OFF; fi &&

Review Comment:
   On second thought the logic should probably just be removed and the vars set under `environment:`



-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org