On 7/6/21 4:57 PM, Alex Bennée wrote: > From: Daniel P. Berrangé <berra...@redhat.com> > > librados-dev is not required by QEMU directly, only librbd-dev. > > glusterfs-common is not directly needed by QEMU. > > QEMU uses ncursesw only on non-Windows hosts. > > The clang package is clang 10. > > flex and bison are not required by QEMU.
Doh, it was practical to cross-build Linux kernel images while testing: $ make O=/tmp/build ARCH=mips CROSS_PREFIX=mipsel-linux-gnu- jazz_defconfig make[1]: Entering directory '/tmp/build' GEN Makefile LEX scripts/kconfig/lexer.lex.c /bin/sh: 1: flex: not found make[2]: *** [scripts/Makefile.host:9: scripts/kconfig/lexer.lex.c] Error 127 But I agree it is not required by QEMU itself. Should we have a different set of images, one to build QEMU, and various for building images used to test the built QEMU? Anyway it will come back soon: https://www.mail-archive.com/qemu-devel@nongnu.org/msg817164.html > Standardize on nmap ncat implementation to match Fedora/CentOS. > > Remove vim since it is not a build pre-requisite and no other containers > include it. > > Signed-off-by: Daniel P. Berrangé <berra...@redhat.com> > Reviewed-by: Wainer dos Santos Moschetta <waine...@redhat.com> > Reviewed-by: Alex Bennée <alex.ben...@linaro.org> > Message-Id: <20210623142245.307776-10-berra...@redhat.com> > Signed-off-by: Alex Bennée <alex.ben...@linaro.org> > --- > tests/docker/dockerfiles/ubuntu1804.docker | 3 --- > tests/docker/dockerfiles/ubuntu2004.docker | 10 ++-------- > 2 files changed, 2 insertions(+), 11 deletions(-)