diff options
author | Brad Smith | 2022-10-25 17:02:15 +0200 |
---|---|---|
committer | Thomas Huth | 2022-10-28 09:39:21 +0200 |
commit | 8f4bcbcf110f27b3bf8b8c33b48ec321f3e136d3 (patch) | |
tree | f2199b78351c10b2fd82b0b90b7ab6a0dbd0efeb /tests/vm | |
parent | tests/vm: update openbsd to release 7.2 (diff) | |
download | qemu-8f4bcbcf110f27b3bf8b8c33b48ec321f3e136d3.tar.gz qemu-8f4bcbcf110f27b3bf8b8c33b48ec321f3e136d3.tar.xz qemu-8f4bcbcf110f27b3bf8b8c33b48ec321f3e136d3.zip |
tests: Add sndio to the FreeBSD CI containers / VM
Add sndio to the FreeBSD CI containers / VM
Signed-off-by: Brad Smith <brad@comstyle.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Warner Losh <imp@bsdimp.com>
Message-Id: <Y1f6dxjvD01DtXyG@humpty.home.comstyle.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'tests/vm')
-rwxr-xr-x | tests/vm/freebsd | 3 |
1 files changed, 3 insertions, 0 deletions
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 = """ |