mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
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 <andrei.gherzan@huawei.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
eb1f9b1e1f
commit
cca772a457
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user