diff mbox series

[buildbot,3/3] docker,worker: install qemu-utils

Message ID 20210110202539.1047929-3-mail@aparcar.org
State Deferred
Delegated to: Paul Spooren
Headers show
Series [buildbot,1/3] docker,worker: alphabetically sort packages | expand

Commit Message

Paul Spooren Jan. 10, 2021, 8:25 p.m. UTC
To convert x86 images to VDI/VMDK the `qemu-img` tools is required,
which is part of Debians `qemu-utils` package. The goal is to remove the
ancient in-tree `qemu-img` version and replace it with a recent host
installed package.

Related: https://github.com/openwrt/openwrt/pull/3739/

Signed-off-by: Paul Spooren <mail@aparcar.org>
---
 docker/buildslave/Dockerfile | 1 +
 1 file changed, 1 insertion(+)

Comments

Paul Spooren Jan. 10, 2021, 9:46 p.m. UTC | #1
On So, Jan 10, 2021 at 10:25, Paul Spooren <mail@aparcar.org> wrote:
> To convert x86 images to VDI/VMDK the `qemu-img` tools is required,
> which is part of Debians `qemu-utils` package. The goal is to remove 
> the
> ancient in-tree `qemu-img` version and replace it with a recent host
> installed package.
> 
> Related: https://github.com/openwrt/openwrt/pull/3739/
> 
> Signed-off-by: Paul Spooren <mail@aparcar.org>
> ---

On second thoughts, the current Buildbot doesn't build VDI/VMDK images 
anyway, so if that's not required in the near future, this commit is 
optional anyway.

>  docker/buildslave/Dockerfile | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/docker/buildslave/Dockerfile 
> b/docker/buildslave/Dockerfile
> index 408db3f..9cee882 100644
> --- a/docker/buildslave/Dockerfile
> +++ b/docker/buildslave/Dockerfile
> @@ -25,6 +25,7 @@ RUN echo 'deb http://deb.debian.org/debian testing 
> main' \
>  		pv \
>  		pwgen \
>  		python3 \
> +		qemu-utils \
>  		rsync \
>  		signify-openbsd \
>  		subversion \
> --
> 2.29.2
>
diff mbox series

Patch

diff --git a/docker/buildslave/Dockerfile b/docker/buildslave/Dockerfile
index 408db3f..9cee882 100644
--- a/docker/buildslave/Dockerfile
+++ b/docker/buildslave/Dockerfile
@@ -25,6 +25,7 @@  RUN echo 'deb http://deb.debian.org/debian testing main' \
 		pv \
 		pwgen \
 		python3 \
+		qemu-utils \
 		rsync \
 		signify-openbsd \
 		subversion \