The llvm-libs subpackge of https://koji.fedoraproject.org/koji/rpminfo?rpmID=15192831 (7.0.0-0.4.rc1.fc30) is about 13MB. All later builds up to and including: https://koji.fedoraproject.org/koji/buildinfo?buildID=1140239 ( llvm-7.0.0-0.7.rc2.fc30 ) are a LOT larger ( ~345MB compressed ). This is breaking rawhide composes as the workstation boot media size is too small for an addtional 1.5GB or so. Please if possible build a new version without the size increase.
This is likely caused by debug symbols not being stripped. See the earlier case of this we had a few weeks back, https://bugzilla.redhat.com/show_bug.cgi?id=1608549 - that bug mainly focuses on qt5-qtwebkit, but I noted an earlier llvm build was affected also. Kevin notes that a47388f920237b801b73638a4c8fc4aa77ba866f (the -5 commit) did this: @@ -1,3 +1,4 @@ +%global debug_package %{nil} # Components enabled if supported by target architecture: %ifarch %ix86 x86_64 %bcond_without gold which may well be causing the problem.
Thanks for catching that. I will fix it.
This was already fixed by Kevin in llvm-7.0.0-0.8.rc2.fc30. Thanks!