From eb1f9b1e1f1163f048e6dd5fa42ebe594d24b04c Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Tue, 2 Aug 2022 11:09:39 +0200 Subject: [PATCH] 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 Signed-off-by: Bruce Ashfield --- 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 2bbc4dc1..9b92094c 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