From 26a361a39ff5ab6fae22efbdc582f84d13330ba2 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Tue, 2 Aug 2022 11:12:49 +0200 Subject: cni: Use gcc-based toolchain clang-based builds are still broken due to: https://github.com/llvm/llvm-project/issues/53999 Signed-off-by: Andrei Gherzan Signed-off-by: Bruce Ashfield --- recipes-networking/cni/cni_git.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes-networking') diff --git a/recipes-networking/cni/cni_git.bb b/recipes-networking/cni/cni_git.bb index 63c39293..cac62ae1 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 -- cgit v1.2.3-54-g00ecf