All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization][PATCH] singularity: Skip recipe on musl builds
@ 2022-08-17 11:50 Andrei Gherzan
  2022-08-17 14:09 ` Khem Raj
  0 siblings, 1 reply; 8+ messages in thread
From: Andrei Gherzan @ 2022-08-17 11:50 UTC (permalink / raw)
  To: meta-virtualization; +Cc: andrei, Andrei Gherzan

From: Andrei Gherzan <andrei.gherzan@huawei.com>

This recipe explicitely rdepends on glibc so trying to build this with
musl will break world builds.

Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>
---
 recipes-containers/singularity/singularity_git.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/recipes-containers/singularity/singularity_git.bb b/recipes-containers/singularity/singularity_git.bb
index 321a9a6..8e7ab76 100644
--- a/recipes-containers/singularity/singularity_git.bb
+++ b/recipes-containers/singularity/singularity_git.bb
@@ -28,3 +28,5 @@ pkg_postinst:${PN}() {
     rm -r $D${libdir}/ssl/certs
     ln -sr $D${sysconfdir}/ssl/certs $D${libdir}/ssl
 }
+
+COMPATIBLE_HOST:libc-musl:class-target = "null"
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-08-21  8:14 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-17 11:50 [meta-virtualization][PATCH] singularity: Skip recipe on musl builds Andrei Gherzan
2022-08-17 14:09 ` Khem Raj
2022-08-17 14:15   ` Andrei Gherzan
2022-08-17 14:59     ` Khem Raj
2022-08-17 16:38       ` Andrei Gherzan
2022-08-17 16:53         ` Khem Raj
2022-08-21  3:21         ` Bruce Ashfield
2022-08-21  8:13           ` Andrei Gherzan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.