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 2020/08/14 11:15:55 UTC

[GitHub] [arrow] Rajpratik71 opened a new pull request #7964: ARROW-9739 : [Docker] ruby gem no doc tweak for docker

Rajpratik71 opened a new pull request #7964:
URL: https://github.com/apache/arrow/pull/7964


   Optimization tweak for ruby gems no doc while gems installation using
    "--no-document" . Also removal of deprecated "--no-ri" and "--no-rdoc" in docker
     environment help to reduce size and time in building and pulling
   
    More detail can be found at
    https://guides.rubygems.org/command-reference/#installupdate-options-2
   
    Signed-off-by: Pratik raj <ra...@gmail.com>


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] kou commented on pull request #7964: ARROW-9739 : [Docker] ruby gem no doc tweak for docker

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


   @github-actions crossbow submit test-ubuntu-18.04-docs


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] github-actions[bot] commented on pull request #7964: ARROW-9739 : [Docker] ruby gem no doc tweak for docker

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


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


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] Rajpratik71 commented on a change in pull request #7964: ARROW-9739: [CI][Ruby] Don't install gem documents

Posted by GitBox <gi...@apache.org>.
Rajpratik71 commented on a change in pull request #7964:
URL: https://github.com/apache/arrow/pull/7964#discussion_r470923642



##########
File path: dev/release/verify-release-candidate.sh
##########
@@ -399,7 +399,7 @@ test_glib() {
   export GI_TYPELIB_PATH=$ARROW_HOME/lib/girepository-1.0:$GI_TYPELIB_PATH
 
   if ! bundle --version; then
-    gem install bundler
+    gem install --no-document bundler

Review comment:
       ok




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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] github-actions[bot] commented on pull request #7964: ARROW-9739: [CI][Ruby] Don't install gem documents

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


   Revision: 238ba4269388a5d303aff5dc969cf07c027f2983
   
   Submitted crossbow builds: [ursa-labs/crossbow @ actions-485](https://github.com/ursa-labs/crossbow/branches/all?query=actions-485)
   
   |Task|Status|
   |----|------|
   |test-ubuntu-18.04-docs|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-485-azure-test-ubuntu-18.04-docs)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-485-azure-test-ubuntu-18.04-docs)|


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] kou closed pull request #7964: ARROW-9739: [CI][Ruby] Don't install gem documents

Posted by GitBox <gi...@apache.org>.
kou closed pull request #7964:
URL: https://github.com/apache/arrow/pull/7964


   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] kou commented on a change in pull request #7964: ARROW-9739: [CI][Ruby] Don't install gem documents

Posted by GitBox <gi...@apache.org>.
kou commented on a change in pull request #7964:
URL: https://github.com/apache/arrow/pull/7964#discussion_r470868723



##########
File path: dev/release/verify-release-candidate.sh
##########
@@ -399,7 +399,7 @@ test_glib() {
   export GI_TYPELIB_PATH=$ARROW_HOME/lib/girepository-1.0:$GI_TYPELIB_PATH
 
   if ! bundle --version; then
-    gem install bundler
+    gem install --no-document bundler

Review comment:
       NOTE: I accept this but this isn't used in Docker image.




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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org