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-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 bdc9ea0..e155c7b 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
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#7488): https://lists.yoctoproject.org/g/meta-virtualization/message/7488 Mute This Topic: https://lists.yoctoproject.org/mt/92766894/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
