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

Alex Bennée posted 5 patches 2 years, 11 months ago
[PATCH 3/5] scripts/ci: add libslirp-devel to build-environment
Posted by Alex Bennée 2 years, 11 months ago
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
-- 
2.39.2


Re: [PATCH 3/5] scripts/ci: add libslirp-devel to build-environment
Posted by Thomas Huth 2 years, 11 months ago
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>