As stated in [1], qemu-utils has been broken for a while. For this
reason all of our FreeBSD image refreshes were failing.
However it turns out we don't actually need qemu-utils: qemu-img is
included in the qemu package itself. In fact, qemu and qemu-utils will
conflict as they both try to install qemu-img.
So let's just drop qemu-utils from our dependency list.
[1]: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252498
Suggested-by: Jan Beich <jbeich@FreeBSD.org>
---
Here is a test build: https://builds.sr.ht/~emersion/job/403181
images/freebsd/build.yml | 1 -
1 file changed, 1 deletion(-)
diff --git a/images/freebsd/build.yml b/images/freebsd/build.yml
index 7ad513497bd1..05fc8dc3823d 100644
--- a/images/freebsd/build.yml+++ b/images/freebsd/build.yml
@@ -1,7 +1,6 @@
image: freebsd/latest
packages:
- qemu
- - qemu-utils - rsync
sources:
- https://git.sr.ht/~sircmpwn/builds.sr.ht
--
2.30.0