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 2022/07/07 01:53:22 UTC

[GitHub] [arrow] kou opened a new pull request, #13534: ARROW-16995: [CI][C++][MinGW] Add NumPy version to cache key

kou opened a new pull request, #13534:
URL: https://github.com/apache/arrow/pull/13534

   Because we need to rebuild NumPy related codes when NumPy version is
   updated.


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


[GitHub] [arrow] pitrou commented on pull request #13534: ARROW-16995: [CI][C++][MinGW] Don't cache site-packages

Posted by GitBox <gi...@apache.org>.
pitrou commented on PR #13534:
URL: https://github.com/apache/arrow/pull/13534#issuecomment-1177646535

   Can you try a new build or push to check the caching?


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


[GitHub] [arrow] kou commented on pull request #13534: ARROW-16995: [CI][C++][MinGW] Don't cache site-packages

Posted by GitBox <gi...@apache.org>.
kou commented on PR #13534:
URL: https://github.com/apache/arrow/pull/13534#issuecomment-1178398989

   +1


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


[GitHub] [arrow] kou merged pull request #13534: ARROW-16995: [CI][C++][MinGW] Don't cache site-packages

Posted by GitBox <gi...@apache.org>.
kou merged PR #13534:
URL: https://github.com/apache/arrow/pull/13534


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


[GitHub] [arrow] kou commented on pull request #13534: ARROW-16995: [CI][C++][MinGW] Don't cache site-packages

Posted by GitBox <gi...@apache.org>.
kou commented on PR #13534:
URL: https://github.com/apache/arrow/pull/13534#issuecomment-1178385352

   Yes. Cache was used:
   
   The 1st run:
   
   https://github.com/apache/arrow/runs/7241017434?check_suite_focus=true#step:11:43
   
   ```text
   Collecting grpcio==1.44.0
     Downloading grpcio-1.44.0.tar.gz (21.4 MB)
        --------------------------------------- 21.4/21.4 MB 38.6 MB/s eta 0:00:00
     Preparing metadata (setup.py): started
     Preparing metadata (setup.py): finished with status 'done'
   Collecting six>=1.5.2
     Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)
   Building wheels for collected packages: grpcio
     Building wheel for grpcio (setup.py): started
     Building wheel for grpcio (setup.py): still running...
     Building wheel for grpcio (setup.py): still running...
     Building wheel for grpcio (setup.py): still running...
     Building wheel for grpcio (setup.py): still running...
     Building wheel for grpcio (setup.py): still running...
     Building wheel for grpcio (setup.py): still running...
     Building wheel for grpcio (setup.py): still running...
     Building wheel for grpcio (setup.py): still running...
     Building wheel for grpcio (setup.py): still running...
     Building wheel for grpcio (setup.py): still running...
     Building wheel for grpcio (setup.py): still running...
     Building wheel for grpcio (setup.py): still running...
     Building wheel for grpcio (setup.py): still running...
     Building wheel for grpcio (setup.py): still running...
     Building wheel for grpcio (setup.py): still running...
     Building wheel for grpcio (setup.py): still running...
     Building wheel for grpcio (setup.py): still running...
     Building wheel for grpcio (setup.py): still running...
     Building wheel for grpcio (setup.py): finished with status 'done'
     Created wheel for grpcio: filename=grpcio-1.44.0-cp310-cp310-mingw_x86_64.whl size=3921749 sha256=4e689647783a4263c4af55086b3500cfdfa2aff61dfbfb295c762ae674b6cf9a
     Stored in directory: c:/users/runneradmin/appdata/local/pip/cache/wheels/6f/76/51/2519414b3cffb473348cfd3a238b0387aa2ccfd065bb1bdf8e
   Successfully built grpcio
   Installing collected packages: six, grpcio
   Successfully installed grpcio-1.44.0 six-1.16.0
   ```
   
   The 2nd run:
   
   https://github.com/apache/arrow/runs/7242729464?check_suite_focus=true#step:11:43
   
   ```text
   Collecting grpcio==1.44.0
     Using cached grpcio-1.44.0-cp310-cp310-mingw_x86_64.whl
    Collecting six>=1.5.2
     Using cached six-1.16.0-py2.py3-none-any.whl (11 kB)
   Installing collected packages: six, grpcio
   Successfully installed grpcio-1.44.0 six-1.16.0
   ```


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


[GitHub] [arrow] github-actions[bot] commented on pull request #13534: ARROW-16995: [CI][C++][MinGW] Add NumPy version to cache key

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on PR #13534:
URL: https://github.com/apache/arrow/pull/13534#issuecomment-1176953475

   :warning: Ticket **has not been started in JIRA**, please click 'Start Progress'.


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


[GitHub] [arrow] github-actions[bot] commented on pull request #13534: ARROW-16995: [CI][C++][MinGW] Add NumPy version to cache key

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on PR #13534:
URL: https://github.com/apache/arrow/pull/13534#issuecomment-1176953466

   https://issues.apache.org/jira/browse/ARROW-16995


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