Skip to content

Commit

Permalink
Add psutil package
Browse files Browse the repository at this point in the history
When testing the toolchain with the llvm-test-suite, llvm-lit complains:

	Setting a timeout per test requires the Python psutil module but it could not be
	found. Try installing it via pip or via your operating system's package manager.

Add the psutil package to workaround this failure.

Signed-off-by: Brian Cain <[email protected]>
  • Loading branch information
androm3da committed Oct 6, 2024
1 parent dcb4b34 commit 2e0d4b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ RUN apt update && \
bc \
ninja-build \
cpio \
python3-psutil \
unzip

RUN cat /etc/apt/sources.list | sed "s/^deb\ /deb-src /" >> /etc/apt/sources.list
Expand Down

0 comments on commit 2e0d4b9

Please sign in to comment.