[libvirt] [PATCH 02/23] docs: expand macOS platform support coverage

Daniel P. Berrangé berrange at redhat.com
Thu Jan 2 14:53:36 UTC 2020


We initially claimed to only support the most recent macOS
release, which is currently 10.15. Our Travis CI, however,
is validating 10.14.4 / XCode 10.3.

For almost all of our other platforms, we support multiple
releases to some degree. This change brings macOS in line
with other long life distros, covering the most recent &
most recent but one for a 2 year overlap. With this docs
change our CI is now actually testing our minimum version.

Signed-off-by: Daniel P. Berrangé <berrange at redhat.com>
---
 docs/platforms.html.in | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

diff --git a/docs/platforms.html.in b/docs/platforms.html.in
index a037074e1f..5c90f1dd7a 100644
--- a/docs/platforms.html.in
+++ b/docs/platforms.html.in
@@ -74,8 +74,17 @@
     <h3>macOS</h3>
 
     <p>
-      The project supports building with the current version of macOS,
-      with the current homebrew package set available.
+      The project aims to support the most recent major version
+      at all times. Support for the previous major version will
+      be dropped 2 years after the new major version is released.
+    </p>
+
+    <p>
+      Note that to compile libvirt will require extra packages
+      to be made available on the macOS host. It is recommended
+      to use <a href="https://brew.sh/">HomeBrew</a> since this
+      is what libvirt CI tests with, however, <a herf="https://www.macports.org/">MacPorts</a>
+      is an alternative option that is likely to work.
     </p>
 
     <h3>FreeBSD</h3>
-- 
2.24.1




More information about the libvir-list mailing list