* [PATCH] tests/docker: Add flex/bison to `debian-all-test`
@ 2022-10-11 17:32 Anton Johansson via
2022-10-13 10:49 ` Alex Bennée
0 siblings, 1 reply; 2+ messages in thread
From: Anton Johansson via @ 2022-10-11 17:32 UTC (permalink / raw)
To: qemu-devel; +Cc: ale, tsimpson, bcain, mlambert, alex.bennee
Adds flex/bison to the debian-all-test-cross container which was missed
in the previous CI patch. These dependencies are required by the
idef-parser patchset for target/hexagon.
Signed-off-by: Anton Johansson <anjo@rev.ng>
---
tests/docker/dockerfiles/debian-all-test-cross.docker | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tests/docker/dockerfiles/debian-all-test-cross.docker b/tests/docker/dockerfiles/debian-all-test-cross.docker
index 2beb077fb4..8dc5e1b5de 100644
--- a/tests/docker/dockerfiles/debian-all-test-cross.docker
+++ b/tests/docker/dockerfiles/debian-all-test-cross.docker
@@ -20,8 +20,10 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
# Add extra build tools and as many cross compilers as we can for testing
RUN DEBIAN_FRONTEND=noninteractive eatmydata \
apt install -y --no-install-recommends \
+ bison \
ccache \
clang \
+ flex \
git \
ninja-build \
gcc-aarch64-linux-gnu \
--
2.37.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] tests/docker: Add flex/bison to `debian-all-test`
2022-10-11 17:32 [PATCH] tests/docker: Add flex/bison to `debian-all-test` Anton Johansson via
@ 2022-10-13 10:49 ` Alex Bennée
0 siblings, 0 replies; 2+ messages in thread
From: Alex Bennée @ 2022-10-13 10:49 UTC (permalink / raw)
To: Anton Johansson; +Cc: qemu-devel, ale, tsimpson, bcain, mlambert
Anton Johansson <anjo@rev.ng> writes:
> Adds flex/bison to the debian-all-test-cross container which was missed
> in the previous CI patch. These dependencies are required by the
> idef-parser patchset for target/hexagon.
>
> Signed-off-by: Anton Johansson <anjo@rev.ng>
Queued to testing/next, thanks.
--
Alex Bennée
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-10-13 11:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-11 17:32 [PATCH] tests/docker: Add flex/bison to `debian-all-test` Anton Johansson via
2022-10-13 10:49 ` Alex Bennée
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).