]> xenbits.xensource.com Git - people/aperard/xen-unstable.git/commitdiff
automation: Add QEMU to bullseye-ppc64le
authorShawn Anastasio <sanastasio@raptorengineering.com>
Wed, 21 Jun 2023 16:59:50 +0000 (11:59 -0500)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 21 Jun 2023 18:05:06 +0000 (19:05 +0100)
Add qemu-system-ppc package to the bullseye-ppc64le container to allow
running smoke tests in CI.

Signed-off-by: Shawn Anastasio <sanastasio@raptorengineering.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
automation/build/debian/bullseye-ppc64le.dockerfile

index 8a87631b526bb9ddf9540f58962a9177f5597634..8fad26e90329896a6c1796aed320d6500217fea7 100644 (file)
@@ -22,6 +22,8 @@ RUN apt-get update && \
         gcc-powerpc64le-linux-gnu \
         make \
         python3-minimal \
+        # for test phase
+        qemu-system-ppc \
         && \
         apt-get autoremove -y && \
         apt-get clean && \