git: 86114bae092b - main - release: Build all cloudware regardless of noroot

From: Colin Percival <cperciva_at_FreeBSD.org>
Date: Wed, 24 Sep 2025 12:46:03 UTC
The branch main has been updated by cperciva:

URL: https://cgit.FreeBSD.org/src/commit/?id=86114bae092bd023165e5b9df244fc0849172429

commit 86114bae092bd023165e5b9df244fc0849172429
Author:     Colin Percival <cperciva@FreeBSD.org>
AuthorDate: 2025-09-24 12:42:11 +0000
Commit:     Colin Percival <cperciva@FreeBSD.org>
CommitDate: 2025-09-24 12:42:11 +0000

    release: Build all cloudware regardless of noroot
    
    There are still some minor breakage with NO_ROOT (aka WITHOUT_QEMU)
    builds but turning all the cloudware on unconditionally will allow
    for more testing of the build process concurrently with the final
    bug fixes landing.
    
    Discussed with: markj
    MFC after:      1 week
    Sponsored by:   https://www.patreon.com/cperciva
---
 release/Makefile.vm | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/release/Makefile.vm b/release/Makefile.vm
index 25c37ade1121..479547f76da1 100644
--- a/release/Makefile.vm
+++ b/release/Makefile.vm
@@ -19,10 +19,6 @@ VMDK_DESC=	VMWare, VirtualBox disk image
 QCOW2_DESC=	Qemu, KVM disk image
 RAW_DESC=	Unformatted raw disk image
 
-.if defined(WITHOUT_QEMU)
-CLOUDWARE_TYPES?= \
-		BASIC-CI
-.else
 CLOUDWARE_TYPES?= AZURE \
 		BASIC-CI \
 		BASIC-CLOUDINIT \
@@ -30,7 +26,6 @@ CLOUDWARE_TYPES?= AZURE \
 		GCE \
 		ORACLE \
 		VAGRANT
-.endif
 AZURE_FORMAT=	vhdf
 AZURE_FSLIST?=	ufs zfs
 AZURE_DESC=	Microsoft Azure platform image