On 07/03/2023 15.38, Alex Bennée wrote:
> Without libslip enabled we won't have user networking which means the
> KVM tests won't run.
>
> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
> ---
> scripts/ci/org.centos/stream/8/build-environment.yml | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/scripts/ci/org.centos/stream/8/build-environment.yml b/scripts/ci/org.centos/stream/8/build-environment.yml
> index 0d094d70c3..1ead77e2cb 100644
> --- a/scripts/ci/org.centos/stream/8/build-environment.yml
> +++ b/scripts/ci/org.centos/stream/8/build-environment.yml
> @@ -55,6 +55,7 @@
> - librados-devel
> - librbd-devel
> - libseccomp-devel
> + - libslirp-devel
> - libssh-devel
> - libxkbcommon-devel
> - lzo-devel
Reviewed-by: Thomas Huth <thuth@redhat.com>