Skip to content

Commit ce3feeb

Browse files
committed
[libc++] Install psutil on CI builders
This will make it possible to add a timeout when running the tests.
1 parent dd5895c commit ce3feeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/utils/ci/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ RUN echo 6
4242
RUN apt-get update && apt-get install -y bash curl
4343

4444
# Install various tools used by the build or the test suite
45-
RUN apt-get update && apt-get install -y ninja-build python3 python3-sphinx python3-distutils git gdb
45+
RUN apt-get update && apt-get install -y ninja-build python3 python3-sphinx python3-distutils python3-psutil git gdb
4646

4747
# Locales for gdb and localization tests
4848
RUN apt-get update && apt-get install -y language-pack-en language-pack-fr \

0 commit comments

Comments
 (0)