From: Andrei Gherzan <[email protected]> clang-based builds are still broken due to: https://github.com/llvm/llvm-project/issues/53999
Signed-off-by: Andrei Gherzan <[email protected]> --- 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
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#7489): https://lists.yoctoproject.org/g/meta-virtualization/message/7489 Mute This Topic: https://lists.yoctoproject.org/mt/92766898/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
