Skip to content

Commit

Permalink
libmodulemd,libblockdev,webkitgtk: Disable g-i on x86
Browse files Browse the repository at this point in the history
Somehow g-i parser is confused with glibc 2.41 headers on x86
when using clang, it works ok when using gcc

Signed-off-by: Khem Raj <raj.khem@gmail.com>
  • Loading branch information
kraj committed Feb 4, 2025
1 parent 0ea2df0 commit 84ce79b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions conf/nonclangable.conf
Original file line number Diff line number Diff line change
Expand Up @@ -703,3 +703,9 @@ SELECTED_OPTIMIZATION:append:pn-libjxl:arm:toolchain-clang = " -Og"
# qemu usermode crashes when using clang as system compiler but works with gcc
# see https://patchwork.yoctoproject.org/project/oe-core/patch/20240923234336.3978188-1-raj.khem@gmail.com/
GI_DATA_ENABLED:pn-vte:toolchain-clang:armv7ve = "False"

# in following 4 recipes g-i fails to parse glibc 2.41 headers with clang
GI_DATA_ENABLED:pn-libmodulemd:toolchain-clang:x86 = "False"
GI_DATA_ENABLED:pn-libblockdev:toolchain-clang:x86 = "False"
GI_DATA_ENABLED:pn-webkitgtk3:toolchain-clang:x86 = "False"
GI_DATA_ENABLED:pn-webkitgtk:toolchain-clang:x86 = "False"

0 comments on commit 84ce79b

Please sign in to comment.