You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "kou (via GitHub)" <gi...@apache.org> on 2023/06/14 20:48:37 UTC

[GitHub] [arrow] kou commented on a diff in pull request #36061: GH-34788: [Python][Packaging][CI] Drop Python 3.7 support

kou commented on code in PR #36061:
URL: https://github.com/apache/arrow/pull/36061#discussion_r1230152568


##########
.github/workflows/python.yml:
##########
@@ -47,41 +47,41 @@ jobs:
     name: ${{ matrix.title }}
     runs-on: ubuntu-latest
     if: ${{ !contains(github.event.pull_request.title, 'WIP') }}
-    timeout-minutes: 60
+    timeout-minutes: 90

Review Comment:
   It seems that we use bundled Protobuf instead of using Homebrew's Protobuf:
   https://github.com/apache/arrow/actions/runs/5267649495/jobs/9523177390#step:5:236
   
   ```text
   -- Could NOT find Protobuf (missing: Protobuf_LIBRARIES Protobuf_INCLUDE_DIR) (Required is at least version "3.0.0")
   ```
   
   I should have confirmed this from CI log explicitly in #36029...



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