[llvm] [Github] Add some additional system packages (PR #119988)
Tom Stellard via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 16 06:50:08 PST 2024
================
@@ -56,7 +56,11 @@ RUN apt-get update && \
ninja-build \
nodejs \
perl-modules \
- python3-psutil
+ python3-psutil \
+ python3-pip \
+ ccache \
+ file \
+ tzdata
----------------
tstellar wrote:
Can you add a comment explaining why these are needed.
https://github.com/llvm/llvm-project/pull/119988
More information about the llvm-commits
mailing list