diff options
author | Andrei Gherzan <andrei.gherzan@huawei.com> | 2022-08-02 11:09:39 +0200 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2022-08-03 23:18:32 -0400 |
commit | eb1f9b1e1f1163f048e6dd5fa42ebe594d24b04c (patch) | |
tree | 73d66bd8fea43107ea9379b105078dab056e8703 | |
parent | 89abebb0fe6d7638047c18294122f8321683579e (diff) | |
download | meta-virtualization-eb1f9b1e1f1163f048e6dd5fa42ebe594d24b04c.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.bb | 3 |
1 files changed, 3 insertions, 0 deletions
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" | |||
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 |
45 | export LDFLAGS="" | 45 | export LDFLAGS="" |
46 | 46 | ||
47 | # https://github.com/llvm/llvm-project/issues/53999 | ||
48 | TOOLCHAIN = "gcc" | ||
49 | |||
47 | inherit go goarch | 50 | inherit go goarch |
48 | inherit systemd pkgconfig | 51 | inherit systemd pkgconfig |
49 | 52 | ||