Thank you for pushing this forward!


One question though. I see that this works in Koji, but trying to test this locally it does not work.

1) $ mock -r fedora-rawhide-x86_64 rubygem-abrt-0.3.0-3.fc29.src.rpm --enablerepo=local

This still installs gcc.

2) $ mock -r fedora-rawhide-x86_64 rubygem-abrt-0.3.0-3.fc29.src.rpm --disablerepo=* --enablerepo=local

This fails:

~~~

Warning: Module or Group 'buildsys-build' does not exist.
Error: Nothing to do.

~~~

Trying to get the latest comps from local repository:

~~~

https://kojipkgs.fedoraproject.org/repos/rawhide/latest/x86_64/repodata/db824c6dd6664943bcec0a8fcd3bda7fc855e5a787623c0da6d49deb79438fc7-comps.xml

~~~

This has "build" group which references gcc/gcc-c++ and does not reference any buildsys-build group. So where is this file coming from? Why does it differ from regular Fedora repos?


Thx


Vít




Dne 10.7.2018 v 01:03 Igor Gnatenko napsal(a):
Hello everyone,

today we finally dropped gcc and gcc-c++ from the buildroot. This made 12 packages go away along with 134MB installed size. This means that you need to add gcc/gcc-c++ in the BuildRequires (guidelines stated this for few years but not many were following them).

Also Mark fixed bug today which was pulling in systemd in the buildroot which was pulling gnutls/libgcrypt/nettle and stuff like that. I don't have exact numbers what we saved here.

But looking into simple package build for f28 and f29 I see some nice trend.

F28:
DEBUG util.py:439:  Install  179 Packages
DEBUG util.py:439:  Total download size: 146 M
DEBUG util.py:439:  Installed size: 570 M

F29:
DEBUG util.py:439:  Install  144 Packages
DEBUG util.py:439:  Total download size: 87 M
DEBUG util.py:439:  Installed size: 425 M

---
Thanks for attention!
--

-Igor Gnatenko



_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-leave@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/TDPFN4KWRZNGGLS4PGWDRFHRKFLVOHXA/