[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 3/5] scripts/ci: add libslirp-devel to build-environment
From: |
Alex Bennée |
Subject: |
[PATCH 3/5] scripts/ci: add libslirp-devel to build-environment |
Date: |
Tue, 7 Mar 2023 14:38:17 +0000 |
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