Skip to content

Commit

Permalink
Try to fix c_glib Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
wesm committed Jun 23, 2019
1 parent 5d3668f commit d88c9f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions c_glib/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN apt-get update -y -q && \
&& rm -rf /var/lib/apt/lists/*

COPY c_glib/Gemfile /arrow/c_glib/
RUN conda install meson=0.47.1 && \
RUN conda install meson=0.50.1 && \
conda clean --all && \
gem install bundler && \
bundle install --gemfile arrow/c_glib/Gemfile
Expand All @@ -40,7 +40,7 @@ ENV ARROW_BUILD_TESTS=OFF \
ARROW_BUILD_UTILITIES=OFF \
ARROW_INSTALL_NAME_RPATH=OFF \
LD_LIBRARY_PATH="${CONDA_PREFIX}/lib" \
PKG_CONFIG_PATH="${CONDA_PREFIX}/lib/pkgconfig" \
PKG_CONFIG_PATH="${CONDA_PREFIX}/lib/pkgconfig:/usr/lib/x86_64-linux-gnu/pkgconfig" \
GI_TYPELIB_PATH="${CONDA_PREFIX}/lib/girepository-1.0"

# build, install and test
Expand Down

0 comments on commit d88c9f6

Please sign in to comment.