kou commented on code in PR #39422:
URL: https://github.com/apache/arrow/pull/39422#discussion_r1439454117
##########
ci/docker/linux-apt-c-glib.dockerfile:
##########
@@ -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
Review Comment:
How about just using Ubuntu 22.04 like GH-39247?
```diff
diff --git a/dev/tasks/tasks.yml b/dev/tasks/tasks.yml
index ed6ea08894..04faef427e 100644
--- a/dev/tasks/tasks.yml
+++ b/dev/tasks/tasks.yml
@@ -1032,6 +1032,8 @@ tasks:
ci: github
template: docker-tests/github.linux.yml
params:
+ env:
+ UBUNTU: 22.04
image: {{ image }}
{% endfor %}
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]