meta-virtualization.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
* [meta-virtualization][kirkstone][PATCH 3/4] podman: Use gcc-based toolchain
       [not found] <20220802091249.3695386-1-andrei@gherzan.com>
@ 2022-08-02  9:12 ` Andrei Gherzan
  2022-08-02  9:12 ` [meta-virtualization][kirkstone][PATCH 4/4] cni: " Andrei Gherzan
  1 sibling, 0 replies; 2+ messages in thread
From: Andrei Gherzan @ 2022-08-02  9:12 UTC (permalink / raw)
  To: meta-virtualization; +Cc: andrei, Andrei Gherzan

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

clang-based builds are still broken due to:
https://github.com/llvm/llvm-project/issues/53999

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

diff --git a/recipes-containers/podman/podman_git.bb b/recipes-containers/podman/podman_git.bb
index bdc9ea0..e155c7b 100644
--- a/recipes-containers/podman/podman_git.bb
+++ b/recipes-containers/podman/podman_git.bb
@@ -44,6 +44,9 @@ exclude_graphdriver_btrfs exclude_graphdriver_devicemapper"
 # overide LDFLAGS to allow podman to build without: "flag provided but not # defined: -Wl,-O1
 export LDFLAGS=""
 
+# https://github.com/llvm/llvm-project/issues/53999
+TOOLCHAIN = "gcc"
+
 inherit go goarch
 inherit systemd pkgconfig
 
-- 
2.25.1



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

* [meta-virtualization][kirkstone][PATCH 4/4] cni: Use gcc-based toolchain
       [not found] <20220802091249.3695386-1-andrei@gherzan.com>
  2022-08-02  9:12 ` [meta-virtualization][kirkstone][PATCH 3/4] podman: Use gcc-based toolchain Andrei Gherzan
@ 2022-08-02  9:12 ` Andrei Gherzan
  1 sibling, 0 replies; 2+ messages in thread
From: Andrei Gherzan @ 2022-08-02  9:12 UTC (permalink / raw)
  To: meta-virtualization; +Cc: andrei, Andrei Gherzan

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

clang-based builds are still broken due to:
https://github.com/llvm/llvm-project/issues/53999

Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>
---
 recipes-networking/cni/cni_git.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/recipes-networking/cni/cni_git.bb b/recipes-networking/cni/cni_git.bb
index 63c3929..cac62ae 100644
--- a/recipes-networking/cni/cni_git.bb
+++ b/recipes-networking/cni/cni_git.bb
@@ -29,6 +29,9 @@ PV = "v1.0.1+git${SRCREV_cni}"
 inherit go
 inherit goarch
 
+# https://github.com/llvm/llvm-project/issues/53999
+TOOLCHAIN = "gcc"
+
 do_compile() {
 	mkdir -p ${S}/src/github.com/containernetworking
 	ln -sfr ${S}/src/import ${S}/src/github.com/containernetworking/cni
-- 
2.25.1



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

end of thread, other threads:[~2022-08-02  9:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20220802091249.3695386-1-andrei@gherzan.com>
2022-08-02  9:12 ` [meta-virtualization][kirkstone][PATCH 3/4] podman: Use gcc-based toolchain Andrei Gherzan
2022-08-02  9:12 ` [meta-virtualization][kirkstone][PATCH 4/4] cni: " Andrei Gherzan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).