Skip to content

Commit

Permalink
ARROW-6502: [GLib][CI] Pin gobject-introspection gem to 3.3.7
Browse files Browse the repository at this point in the history
It'll fix MinGW failure in CI.

Closes apache#5338 from kou/glib-gi-3.3.7 and squashes the following commits:

6d1dc6a <Sutou Kouhei> Pin
ffc8eed <Sutou Kouhei> ARROW-6502:  Pin gobject-introspection gem to 3.3.7

Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
  • Loading branch information
kou committed Sep 10, 2019
1 parent 1c746c5 commit 1dfa258
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion c_glib/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
source "https://rubygems.org/"

gem "test-unit"
gem "gobject-introspection"
gem "gobject-introspection", "= 3.3.7"
4 changes: 2 additions & 2 deletions ci/travis_before_script_c_glib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ else
conda install -q -y ninja
fi

gem install test-unit gobject-introspection

if [ $TRAVIS_OS_NAME = "osx" ]; then
sudo env PKG_CONFIG_PATH=$PKG_CONFIG_PATH luarocks install lgi
else
Expand All @@ -47,6 +45,8 @@ fi

pushd $ARROW_C_GLIB_DIR

bundle install

export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:$ARROW_CPP_INSTALL/lib/pkgconfig
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$ARROW_CPP_INSTALL/lib

Expand Down
2 changes: 1 addition & 1 deletion ruby/red-arrow/red-arrow.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Gem::Specification.new do |spec|
spec.extensions = ["ext/arrow/extconf.rb"]

spec.add_runtime_dependency("extpp", ">= 0.0.7")
spec.add_runtime_dependency("gio2", ">= 3.3.6")
spec.add_runtime_dependency("gio2", "= 3.3.7")
spec.add_runtime_dependency("native-package-installer")
spec.add_runtime_dependency("pkg-config")

Expand Down

0 comments on commit 1dfa258

Please sign in to comment.