kszucs commented on a change in pull request #9891:
URL: https://github.com/apache/arrow/pull/9891#discussion_r607282233
##########
File path: ci/docker/conda-integration.dockerfile
##########
@@ -25,32 +25,26 @@ ARG node=14
ARG jdk=8
ARG go=1.15
+# Uninstall unused space-consuming packages
+# (XXX: it would be better not to install them, but they are used by other
+# builds which are also based on conda-cpp)
+RUN conda uninstall -q clangdev llvmdev valgrind
Review comment:
Instead of focusing on shrinking the docker images, I'd rather consider
to free up more space on the github actions hosted agents (if we can easily),
see the space usage here:
https://github.com/apache/arrow/pull/9814/checks?check_run_id=2205470543#step:4:83
The GHA hosted agents are provisioned using packer, here is the
configuration for ubuntu 20.04:
https://github.com/actions/virtual-environments/blob/main/images/linux/toolsets/toolset-2004.json
Presumably the android SDK consumes a lot of space, but there are other
toolsets we don't use either.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]