On 1/12/21 4:11 PM, Nicolas Morey-Chaisemartin wrote:
On 1/12/21 3:41 PM, Martin Liška wrote:
Maybe it's a known issue, but I think speed of package installation is much slower on openSUSE (takes 2x longer). The following example installs packages needed for rpmlint and should be 1:1 in between the 2 mentioned distros:
https://github.com/marxin/opensuse-vs-fedora https://github.com/marxin/opensuse-vs-fedora/actions/runs/480371322
Thanks, Martin
Thank you @Stasiek for the pull request. I extended that to build in parallel opensuse with dnf and zypper: https://github.com/marxin/opensuse-vs-fedora/runs/1688929845?check_suite_foc... I pre-install dnf in both scenarios and difference in the install step is now: 58s vs. 2m 45s
It'd be nice to split network vs local performance. Step 1 - repo refresh Step 2 - download packages to cache Step 3 - Install from cache.
At least it'd make sure the issue is not due to a slow mirror.
Feel free to make a pull request to the git project. Thanks, Martin
Nicolas