pitrou commented on code in PR #48601:
URL: https://github.com/apache/arrow/pull/48601#discussion_r2669242891
##########
.github/workflows/cpp.yml:
##########
@@ -367,8 +367,12 @@ jobs:
export CMAKE_BUILD_PARALLEL_LEVEL=$NUMBER_OF_PROCESSORS
ci/scripts/cpp_build.sh "$(pwd)" "$(pwd)/build"
- name: Download Timezone Database
+ if: matrix.msystem_upper == 'CLANG64'
shell: bash
- run: ci/scripts/download_tz_database.sh
+ run: |
+ # TODO(GH-48743): Clang64 uses vendored date library which needs
tzdata
+ # https://github.com/apache/arrow/issues/48743
+ ci/scripts/download_tz_database.sh
Review Comment:
Hmm, can you mention this is about libc++? The compiler itself should be
irrelevant.
--
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]