git: a9c551dc5c93 - stable/15 - release: Build all cloudware regardless of noroot
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 03 Oct 2025 16:53:41 UTC
The branch stable/15 has been updated by cperciva: URL: https://cgit.FreeBSD.org/src/commit/?id=a9c551dc5c933cd06d42f19d5414d3a0a35c89db commit a9c551dc5c933cd06d42f19d5414d3a0a35c89db Author: Colin Percival <cperciva@FreeBSD.org> AuthorDate: 2025-09-24 12:42:11 +0000 Commit: Colin Percival <cperciva@FreeBSD.org> CommitDate: 2025-10-03 16:46:08 +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 (cherry picked from commit 86114bae092bd023165e5b9df244fc0849172429) --- release/Makefile.vm | 5 ----- 1 file changed, 5 deletions(-) diff --git a/release/Makefile.vm b/release/Makefile.vm index 7b1591e5390c..eafd1d6abf71 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