aboutsummaryrefslogtreecommitdiff
path: root/tcwg-base
diff options
context:
space:
mode:
authorLeandro Lupori <leandro.lupori@linaro.org>2024-02-28 18:10:42 +0000
committerLeandro Lupori <leandro.lupori@linaro.org>2024-02-28 18:14:26 +0000
commitd5e21e07e9b35e4b8a063398240151c2ecd17fa6 (patch)
tree7b9d7c9388c2081a111315396eaadc923a707c54 /tcwg-base
parenta4e6651f73c9a7765b8fa9a6b47c5a1cb599cb59 (diff)
tcwg-base: Install pexpect for testing lldb
LLDB will stop using its own copy of pexpect and will use the system one instead: https://github.com/llvm/llvm-project/pull/83191. pexpect is required by LLDB tests. Change-Id: I71baa63351d5c5cbae06b0575c905bb24be7df25
Diffstat (limited to 'tcwg-base')
-rw-r--r--tcwg-base/Dockerfile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/tcwg-base/Dockerfile.in b/tcwg-base/Dockerfile.in
index 9eafcb1a..ac101f0a 100644
--- a/tcwg-base/Dockerfile.in
+++ b/tcwg-base/Dockerfile.in
@@ -175,6 +175,8 @@ RUN install -D -p -m0755 /usr/share/doc/git/contrib/workdir/git-new-workdir /usr
# shyaml tool to parse its output; these are used in jenkins-scripts/pw-*.sh.
&& pip3 install git-pw \
&& pip3 install shyaml \
+# For testing lldb.
+ && pip3 install pexpect \
#if DISTRO_focal && !ARCH_armhf
# PIP on jammy (all arches) and focal (armhf) has a version mismatch for pyyaml.
&& pip3 install jenkins-job-builder==2.10.0 \