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

wesm 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 d873261  ARROW-3186: [GLib][CI] Use the latest Meson again
d873261 is described below

commit d873261d636aaf2a1a8c78ec2c1841d8f1ad9c73
Author: Kouhei Sutou <k...@clear-code.com>
AuthorDate: Thu Nov 15 12:27:41 2018 -0500

    ARROW-3186: [GLib][CI] Use the latest Meson again
    
    Author: Kouhei Sutou <k...@clear-code.com>
    
    Closes #2972 from kou/glib-use-the-latest-meson and squashes the following 
commits:
    
    da7b87944 <Kouhei Sutou>  Use the latest Meson again
---
 ci/travis_before_script_c_glib.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/ci/travis_before_script_c_glib.sh 
b/ci/travis_before_script_c_glib.sh
index d9aec19..7cd1c2a 100755
--- a/ci/travis_before_script_c_glib.sh
+++ b/ci/travis_before_script_c_glib.sh
@@ -26,8 +26,7 @@ source $TRAVIS_BUILD_DIR/ci/travis_install_conda.sh
 conda create -n meson -y -q python=3.6
 conda activate meson
 
-# ARROW-3186: meson 0.47.2 issues
-pip install meson==0.47.1
+pip install meson
 
 if [ $TRAVIS_OS_NAME = "osx" ]; then
   export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/opt/libffi/lib/pkgconfig

Reply via email to