You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ks...@apache.org on 2018/12/15 16:22:34 UTC

[arrow] branch master updated: ARROW-4037: [Packaging] Remove workaround to verify 0.11.0

This is an automated email from the ASF dual-hosted git repository.

kszucs pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new 537aa2f  ARROW-4037: [Packaging] Remove workaround to verify 0.11.0
537aa2f is described below

commit 537aa2fabaad04455dbffceb77d5589230db3cea
Author: Yosuke Shiro <yo...@gmail.com>
AuthorDate: Sat Dec 15 17:22:16 2018 +0100

    ARROW-4037: [Packaging] Remove workaround to verify 0.11.0
    
    Author: Yosuke Shiro <yo...@gmail.com>
    
    Closes #3182 from shiro615/packaging-remove-workaround and squashes the following commits:
    
    60ae617b <Yosuke Shiro>  Remove workaround for 0.11.0
---
 dev/release/verify-release-candidate.sh | 2 --
 1 file changed, 2 deletions(-)

diff --git a/dev/release/verify-release-candidate.sh b/dev/release/verify-release-candidate.sh
index 57b1850..45404b0 100755
--- a/dev/release/verify-release-candidate.sh
+++ b/dev/release/verify-release-candidate.sh
@@ -211,8 +211,6 @@ test_glib() {
     gem install bundler
   fi
 
-  # Workaround for 0.11.0. 0.11.0 doesn't include c_glib/Gemfile.
-  wget https://raw.githubusercontent.com/apache/arrow/master/c_glib/Gemfile
   bundle install --path vendor/bundle
   bundle exec ruby test/run-test.rb