[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 03/11] scripts/ci: add libslirp-devel to build-environment
From: |
Alex Bennée |
Subject: |
[PATCH 03/11] scripts/ci: add libslirp-devel to build-environment |
Date: |
Fri, 10 Mar 2023 10:31:15 +0000 |
Without libslip enabled we won't have user networking which means the
KVM tests won't run.
Reviewed-by: Thomas Huth <thuth@redhat.com>
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
- [PATCH 00/11] tweaks and fixes for 8.0-rc1 (tests, plugins, docs), Alex Bennée, 2023/03/10
- [PATCH 02/11] tests/docker: all add DOCKER_BUILDKIT to RUNC environment, Alex Bennée, 2023/03/10
- [PATCH 01/11] tests/avocado: update AArch64 tests to Alpine 3.17.2, Alex Bennée, 2023/03/10
- [PATCH 03/11] scripts/ci: add libslirp-devel to build-environment,
Alex Bennée <=
- [PATCH 09/11] tests/tcg: disable pauth for aarch64 gdb tests, Alex Bennée, 2023/03/10
- Re: [PATCH 09/11] tests/tcg: disable pauth for aarch64 gdb tests, Richard Henderson, 2023/03/10
- Re: [PATCH 09/11] tests/tcg: disable pauth for aarch64 gdb tests, Peter Maydell, 2023/03/10
- Re: [PATCH 09/11] tests/tcg: disable pauth for aarch64 gdb tests, Alex Bennée, 2023/03/10
- Re: [PATCH 09/11] tests/tcg: disable pauth for aarch64 gdb tests, Peter Maydell, 2023/03/13
- Re: [PATCH 09/11] tests/tcg: disable pauth for aarch64 gdb tests, Luis Machado, 2023/03/13