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 2021/07/13 17:30:21 UTC

[GitHub] [arrow] nealrichardson commented on a change in pull request #10703: ARROW-13215: [R] [CI] Add ENV TZ to docker files?

nealrichardson commented on a change in pull request #10703:
URL: https://github.com/apache/arrow/pull/10703#discussion_r668972260



##########
File path: .github/workflows/r.yml
##########
@@ -89,7 +89,9 @@ jobs:
         run: |
           sudo sysctl -w kernel.core_pattern="core.%e.%p"
           ulimit -c unlimited
-          archery docker run ubuntu-r
+          # Setting a non-default and non-probable Marquesas French Polynesia time
+          # it has both with a .45 offset and very very few people who live there.
+          archery docker run -e TZ=MART ubuntu-r

Review comment:
       Are you *sure* this works? I thought `-e` was for passing env vars into the runtime environment in the docker container, but you want to parametrize the dockerfile.




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