diff mbox series

[3/5] scripts/ci: add libslirp-devel to build-environment

Message ID 20230307143819.510186-4-alex.bennee@linaro.org
State New
Headers show
Series testing/next: docker, ansible | expand

Commit Message

Alex Bennée March 7, 2023, 2:38 p.m. UTC
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(+)

Comments

Thomas Huth March 7, 2023, 2:42 p.m. UTC | #1
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>
diff mbox series

Patch

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