[libvirt PATCH] news: Document that we build with musl

Martin Kletzander posted 1 patch 2 years, 1 month ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/7ebdf2900093c5c39de49ed1d302e833c27f86aa.1646821641.git.mkletzan@redhat.com
NEWS.rst | 3 +++
1 file changed, 3 insertions(+)
[libvirt PATCH] news: Document that we build with musl
Posted by Martin Kletzander 2 years, 1 month ago
A bit of effort by me and Michal helped make this the case, and it helped us
uncover some potential issues.  I am not documenting it as supported or adding
an Alpine container into the CI, but since there were some distribution bugs
mentioning libvirt issues I thing it would be nice of us to notify those
distribution maintainers that read our release news.

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
---
 NEWS.rst | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/NEWS.rst b/NEWS.rst
index a5b6106bc2c2..f0270b9bb159 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -21,6 +21,9 @@ v8.2.0 (unreleased)
 
 * **Bug fixes**
 
+  * Both build and tests should now pass on Alpine Linux or any other
+    distribution with musl libc.
+
 
 v8.1.0 (2022-03-01)
 ===================
-- 
2.35.1
Re: [libvirt PATCH] news: Document that we build with musl
Posted by Michal Prívozník 2 years, 1 month ago
On 3/9/22 11:27, Martin Kletzander wrote:
> A bit of effort by me and Michal helped make this the case, and it helped us
> uncover some potential issues.  I am not documenting it as supported or adding
> an Alpine container into the CI, but since there were some distribution bugs
> mentioning libvirt issues I thing it would be nice of us to notify those
> distribution maintainers that read our release news.
> 
> Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>

Michal