diff options
| author | Colin Percival <cperciva@FreeBSD.org> | 2025-09-24 12:42:11 +0000 |
|---|---|---|
| committer | Colin Percival <cperciva@FreeBSD.org> | 2025-09-24 12:42:11 +0000 |
| commit | 86114bae092bd023165e5b9df244fc0849172429 (patch) | |
| tree | b63976f12cd5a0b1d6eba315e3f00b90125ab79e | |
| parent | 14cc3e658c4ccc382139732b00d5976070300adf (diff) | |
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
| -rw-r--r-- | release/Makefile.vm | 5 |
1 files changed, 0 insertions, 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 |
