You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A clean build on my 32 GiB RAM 4.70 GHz i7-1260P takes between 7 and 8 hours with a single process. Increasing the processes can speed this up, but there is a separate issue that often causes the build to hang when more than one process is used (some kind of deadlock?). See #1035.
A good way to reduce build time would be to intrdocue a build cache. This would have general benefit independent of #1035.
If a cache can be introduced via changes to the spec file and dependencies (say) then that would be great. Otherwise, some instructions for how to install and configure a suitable cache (or links to good documentation on how to do it) would be really useful.
The text was updated successfully, but these errors were encountered:
llewelld
changed the title
Add a cache for building gecko gecko
Add a cache for building gecko
Oct 12, 2023
The gecko build generally takes a very long time.
A clean build on my 32 GiB RAM 4.70 GHz i7-1260P takes between 7 and 8 hours with a single process. Increasing the processes can speed this up, but there is a separate issue that often causes the build to hang when more than one process is used (some kind of deadlock?). See #1035.
A good way to reduce build time would be to intrdocue a build cache. This would have general benefit independent of #1035.
If a cache can be introduced via changes to the spec file and dependencies (say) then that would be great. Otherwise, some instructions for how to install and configure a suitable cache (or links to good documentation on how to do it) would be really useful.
The text was updated successfully, but these errors were encountered: