This is an automated email from the ASF dual-hosted git repository.
acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new 7609a721d0e tools/ci: add qemu-system-x86 to the linux CI image
7609a721d0e is described below
commit 7609a721d0e6079551086560f1e90d23b24b9052
Author: raiden00pl <[email protected]>
AuthorDate: Wed Aug 26 16:42:05 2026 +0200
tools/ci: add qemu-system-x86 to the linux CI image
Required to run the qemu-intel64 citest/NTFC configuration on CI; the
image only shipped qemu-system-arm and qemu-system-misc.
Signed-off-by: raiden00pl <[email protected]>
---
tools/ci/docker/linux/Dockerfile | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/ci/docker/linux/Dockerfile b/tools/ci/docker/linux/Dockerfile
index 7fd4c2df56d..627451c74fc 100644
--- a/tools/ci/docker/linux/Dockerfile
+++ b/tools/ci/docker/linux/Dockerfile
@@ -405,6 +405,7 @@ RUN apt-get update -qq && DEBIAN_FRONTEND="noninteractive"
TZ=Etc/UTC apt-get in
npm \
qemu-system-arm \
qemu-system-misc \
+ qemu-system-x86 \
python3 \
python3-pip \
python-is-python3 \