mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-12-16 15:15:24 +01:00
podman: 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
89abebb0fe
commit
eb1f9b1e1f
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user