kou commented on code in PR #47093: URL: https://github.com/apache/arrow/pull/47093#discussion_r2203750434
########## .github/workflows/verify_rc.yml: ########## @@ -234,13 +255,32 @@ jobs: VERSION: ${{ needs.target.outputs.version }} steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + with: + fetch-depth: 0 - name: Run run: | dev/release/verify-release-candidate.sh ${VERSION} ${RC} - name: Verify the previous version + # TODO: We may re-enable this in the future. + # There are some problems for now: + # * x86_64: libLLVM.so.18.1 needed by gandiva2000-libs on AlmaLinux 9 + # * arm64: libarrow.so.2000.0.0: refers the + # "std::condition_variable::wait(std::unique_lock<std::mutex>&)@GLIBCXX_3.4.30" + # (not "...@@GLIBCXX_3.4.30" nor "...@GLIBCXX_3.4.11") symbol on + # AmazonLinux 2023. Review Comment: I think that this is not our problem. I think that Amazon Linux 2023 changed `g++` or `g++` related packages. (FYI: `libarrow.so.2100.0.0` refers `...@GLIBCXX_3.4.11` but we didn't change `g++`.) ########## .github/workflows/verify_rc.yml: ########## @@ -234,13 +255,32 @@ jobs: VERSION: ${{ needs.target.outputs.version }} steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + with: + fetch-depth: 0 - name: Run run: | dev/release/verify-release-candidate.sh ${VERSION} ${RC} - name: Verify the previous version + # TODO: We may re-enable this in the future. + # There are some problems for now: + # * x86_64: libLLVM.so.18.1 needed by gandiva2000-libs on AlmaLinux 9 Review Comment: This is not our problem. AlmaLinux 9 upgraded its LLVM version to 19 and stopped providing 18. -- 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-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org