Skip to content

Commit

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

Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
kraj committed Feb 11, 2025
1 parent 0fd7bbf commit 93dec32
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion conf/nonclangable.conf
Original file line number Diff line number Diff line change
Expand Up @@ -708,8 +708,12 @@ SELECTED_OPTIMIZATION:append:pn-libjxl:arm:toolchain-clang = " -Og"
# see https://patchwork.yoctoproject.org/project/oe-core/patch/[email protected]/
GI_DATA_ENABLED:pn-vte:toolchain-clang:armv7ve = "False"

# in following 4 recipes g-i fails to parse glibc 2.41 headers with clang
# in following 4 recipes g-i fails to parse glibc 2.41 headers with clang on x86 arches
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"
GI_DATA_ENABLED:pn-libmodulemd:toolchain-clang:x86-64 = "False"
GI_DATA_ENABLED:pn-libblockdev:toolchain-clang:x86-64 = "False"
GI_DATA_ENABLED:pn-webkitgtk3:toolchain-clang:x86-64 = "False"
GI_DATA_ENABLED:pn-webkitgtk:toolchain-clang:x86-64 = "False"

0 comments on commit 93dec32

Please sign in to comment.