From 8f4bcbcf110f27b3bf8b8c33b48ec321f3e136d3 Mon Sep 17 00:00:00 2001 From: Brad Smith Date: Tue, 25 Oct 2022 11:02:15 -0400 Subject: tests: Add sndio to the FreeBSD CI containers / VM MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add sndio to the FreeBSD CI containers / VM Signed-off-by: Brad Smith Reviewed-by: Daniel P. Berrangé Reviewed-by: Warner Losh Message-Id: Signed-off-by: Thomas Huth --- tests/vm/freebsd | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/vm') diff --git a/tests/vm/freebsd b/tests/vm/freebsd index 3643fe325d..d6ff4461ba 100755 --- a/tests/vm/freebsd +++ b/tests/vm/freebsd @@ -66,6 +66,9 @@ class FreeBSDVM(basevm.BaseVM): # libs: networking "libslirp", + + # libs: sndio + "sndio", ] BUILD_SCRIPT = """ -- cgit v1.2.3