diff options
| author | Andrei Gherzan <andrei.gherzan@huawei.com> | 2022-08-02 11:12:48 +0200 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2022-08-03 23:19:26 -0400 |
| commit | cb9ed15183d960c700948f2714e0c9401af977ac (patch) | |
| tree | 41d6820814f3e2be1d0b6209f0230cf50483e68d | |
| parent | 11a0576c3cdacd5f13678487c9375918b4a4c476 (diff) | |
| download | meta-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.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 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 |
| 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 | ||
