Message ID | e07442f76aac05398cd0115d90db8036337462e9.1687366665.git.sanastasio@raptorengineering.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | Early serial on Power | expand |
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.
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 && \
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(+)