[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [OSSTEST PATCH 34/36] Temporally switch "qemu-mainline" branch to Bookworm
QEMU doesn't build on buster anymore. This should be remove once bookworm is the default suite. Signed-off-by: Anthony PERARD <anthony.perard@xxxxxxxxxx> --- make-flight | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/make-flight b/make-flight index d0c950bc..6e88cb13 100755 --- a/make-flight +++ b/make-flight @@ -49,6 +49,11 @@ case "$xenbranch" in ;; esac +# QEMU doesn't build on buster anymore, use bookworm for it. +case "$branch" in + qemu-mainline) defsuite="bookworm" ;; +esac + # Pick default Debian Installer version to correspond to the chosen # suite. if [ -z "$defdi_version" ] ; then -- Anthony PERARD
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |