summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei.gherzan@huawei.com>2022-08-02 11:12:48 +0200
committerBruce Ashfield <bruce.ashfield@gmail.com>2022-08-03 23:19:26 -0400
commitcb9ed15183d960c700948f2714e0c9401af977ac (patch)
tree41d6820814f3e2be1d0b6209f0230cf50483e68d
parent11a0576c3cdacd5f13678487c9375918b4a4c476 (diff)
downloadmeta-virtualization-cb9ed15183d960c700948f2714e0c9401af977ac.tar.gz
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>
-rw-r--r--recipes-containers/podman/podman_git.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-containers/podman/podman_git.bb b/recipes-containers/podman/podman_git.bb
index bdc9ea09..e155c7be 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"
44# overide LDFLAGS to allow podman to build without: "flag provided but not # defined: -Wl,-O1 44# overide LDFLAGS to allow podman to build without: "flag provided but not # defined: -Wl,-O1
45export LDFLAGS="" 45export LDFLAGS=""
46 46
47# https://github.com/llvm/llvm-project/issues/53999
48TOOLCHAIN = "gcc"
49
47inherit go goarch 50inherit go goarch
48inherit systemd pkgconfig 51inherit systemd pkgconfig
49 52