amoeba commented on code in PR #49929:
URL: https://github.com/apache/arrow/pull/49929#discussion_r3197266546
##########
.github/workflows/r.yml:
##########
@@ -284,14 +284,13 @@ jobs:
- name: Download Timezone Database
shell: bash
run: |
- # RTools 40 uses GCC 8.x which does not support C++20 chrono
timezones,
- # so Arrow uses the vendored date library which requires tzdata
+ # Download tzdata in case the vendored date library is used for
timezones
Review Comment:
I think we can remove this, but a separate PR is fine. We still need to use
this script in other CI jobs where R isn't involved.
--
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]