qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v3 07/26] tests/docker: Add flex/bison to `debian-hexagon-cro


From: Thomas Huth
Subject: Re: [PATCH v3 07/26] tests/docker: Add flex/bison to `debian-hexagon-cross`
Date: Thu, 20 Oct 2022 13:55:05 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.13.0

On 20/10/2022 13.51, Alex Bennée wrote:
From: Anton Johansson <anjo@rev.ng>

debian-hexagon-cross contains two images, one to build the toolchain
used for building the Hexagon tests themselves, and one image to build
QEMU and run the tests.

This commit adds flex/bison to the final image that builds QEMU so that
it can also build idef-parser.

Note: This container is not built by the CI and needs to be rebuilt and
updated manually.

Signed-off-by: Anton Johansson <anjo@rev.ng>
Message-Id: <20221014223642.147845-1-anjo@rev.ng>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
  tests/docker/dockerfiles/debian-hexagon-cross.docker | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/docker/dockerfiles/debian-hexagon-cross.docker 
b/tests/docker/dockerfiles/debian-hexagon-cross.docker
index 8d219bb81d..c4238e893f 100644
--- a/tests/docker/dockerfiles/debian-hexagon-cross.docker
+++ b/tests/docker/dockerfiles/debian-hexagon-cross.docker
@@ -43,7 +43,7 @@ RUN cat /etc/apt/sources.list | sed "s/^deb\ /deb-src /" >> 
/etc/apt/sources.lis
  # Install QEMU build deps for use in CI
  RUN apt update && \
      DEBIAN_FRONTEND=noninteractive apt install -yy eatmydata && \
-    DEBIAN_FRONTEND=noninteractive eatmydata apt install -yy git ninja-build 
&& \
+    DEBIAN_FRONTEND=noninteractive eatmydata apt install -yy bison flex git 
ninja-build && \
      DEBIAN_FRONTEND=noninteractive eatmydata \
      apt build-dep -yy --arch-only qemu
  COPY --from=0 /usr/local /usr/local

Reviewed-by: Thomas Huth <thuth@redhat.com>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]