This is an automated email from the ASF dual-hosted git repository. kou pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git
commit df745a7b3c5a4d361054b18233cdaf57863487f7 Author: Kouhei Sutou <[email protected]> AuthorDate: Thu Oct 4 15:00:00 2018 +0900 ARROW-3430: [Packaging] Add workaround to verify 0.11.0 Author: Kouhei Sutou <[email protected]> Closes #2701 from kou/add-workaround-missing-gemfile and squashes the following commits: fc80d6ee <Kouhei Sutou> Add workaround to verify 0.11.0 --- dev/release/verify-release-candidate.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev/release/verify-release-candidate.sh b/dev/release/verify-release-candidate.sh index 51ba871..378dca3 100755 --- a/dev/release/verify-release-candidate.sh +++ b/dev/release/verify-release-candidate.sh @@ -211,6 +211,8 @@ 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
