meta-virtualization.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
* [meta-virtualization][PATCH 3/4] podman: Use gcc-based toolchain
       [not found] <20220802090940.3692953-1-andrei@gherzan.com>
@ 2022-08-02  9:09 ` Andrei Gherzan
  2022-08-02  9:09 ` [meta-virtualization][PATCH 4/4] cni: " Andrei Gherzan
       [not found] ` <20220804031736.GB14549@gmail.com>
  2 siblings, 0 replies; 3+ messages in thread
From: Andrei Gherzan @ 2022-08-02  9:09 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 2bbc4dc..9b92094 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] 3+ messages in thread

* [meta-virtualization][PATCH 4/4] cni: Use gcc-based toolchain
       [not found] <20220802090940.3692953-1-andrei@gherzan.com>
  2022-08-02  9:09 ` [meta-virtualization][PATCH 3/4] podman: Use gcc-based toolchain Andrei Gherzan
@ 2022-08-02  9:09 ` Andrei Gherzan
       [not found] ` <20220804031736.GB14549@gmail.com>
  2 siblings, 0 replies; 3+ messages in thread
From: Andrei Gherzan @ 2022-08-02  9:09 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 7749312..81988ce 100644
--- a/recipes-networking/cni/cni_git.bb
+++ b/recipes-networking/cni/cni_git.bb
@@ -28,6 +28,9 @@ PV = "v1.1.0+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] 3+ messages in thread

* Re: [meta-virtualization][PATCH 1/4] runc: Backport patch to fix duplicate switch statements
       [not found] ` <20220804031736.GB14549@gmail.com>
@ 2022-08-04 10:28   ` Andrei Gherzan
  0 siblings, 0 replies; 3+ messages in thread
From: Andrei Gherzan @ 2022-08-04 10:28 UTC (permalink / raw)
  To: Bruce Ashfield; +Cc: meta-virtualization, Andrei Gherzan

On Thu, 4 Aug 2022, at 04:17, Bruce Ashfield wrote:
> I have a bump of runc pending in master-next, and from my
> check, it has this change already. kirkstone of course, doesn't
> have that, so I've queued the similar patch there.
>

Right. I did see it in the later vendored version but I didn't have the time to test it out.

> But I've pulled the other three into testing, and will have
> them merged shortly.

Cheers for this.

Andrei


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

end of thread, other threads:[~2022-08-04 10:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20220802090940.3692953-1-andrei@gherzan.com>
2022-08-02  9:09 ` [meta-virtualization][PATCH 3/4] podman: Use gcc-based toolchain Andrei Gherzan
2022-08-02  9:09 ` [meta-virtualization][PATCH 4/4] cni: " Andrei Gherzan
     [not found] ` <20220804031736.GB14549@gmail.com>
2022-08-04 10:28   ` [meta-virtualization][PATCH 1/4] runc: Backport patch to fix duplicate switch statements 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).