[PATCH 1/4] automation: Add QEMU to bullseye-ppc64le

Shawn Anastasio posted 4 patches 2 years, 7 months ago
There is a newer version of this series
[PATCH 1/4] automation: Add QEMU to bullseye-ppc64le
Posted by Shawn Anastasio 2 years, 7 months ago
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>
---
 automation/build/debian/bullseye-ppc64le.dockerfile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/automation/build/debian/bullseye-ppc64le.dockerfile b/automation/build/debian/bullseye-ppc64le.dockerfile
index 8a87631b52..8fad26e903 100644
--- a/automation/build/debian/bullseye-ppc64le.dockerfile
+++ b/automation/build/debian/bullseye-ppc64le.dockerfile
@@ -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 && \
-- 
2.30.2
Re: [PATCH 1/4] automation: Add QEMU to bullseye-ppc64le
Posted by Andrew Cooper 2 years, 7 months ago
On 21/06/2023 5:59 pm, Shawn Anastasio wrote:
> 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>

Sorry - should have remembered to check on the previous patch.

I'll commit and deploy this right away.