Skip to content

Commit

Permalink
apacheGH-39421: [CI][Ruby] Fix bundler installation on Ruby jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
raulcd committed Jan 2, 2024
1 parent fc20cd0 commit 69909a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/docker/linux-apt-c-glib.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ RUN luarocks install lgi
# ERROR: Command errored out with exit status 1: /usr/bin/python3 /usr/share/python-wheels/pep517-0.7.0-py2.py3-none-any.whl/pep517/_in_process.py get_requires_for_build_wheel /tmp/tmpsk4jveay Check the logs for full command output.
RUN (python3 -m pip install meson || \
python3 -m pip install --no-use-pep517 meson) && \
gem install --no-document bundler
gem install --no-document bundler -v 2.4.22

COPY c_glib/Gemfile /arrow/c_glib/
RUN bundle install --gemfile /arrow/c_glib/Gemfile
Expand Down

0 comments on commit 69909a6

Please sign in to comment.