Doing a full compile, has been known to bring even the most powerful machines to their knees.
They’ve employed a lot of the referenced article’s suggestions and it still is a massive code-base to compile.
[0]: https://wiki.documentfoundation.org/Development/BuildingOnLi...
cd $(mktemp -d) fedpkg clone -a -b f38 libreoffice && cd libreoffice fedpkg mockbuild
Compiling is one of many benchmarks I do, lol
Edit: note for posterity -- the branch will change as time goes by. Fedora 38 is the current release, so f38 is used.
The source for the code and the target for the build don't have to match. Look into different 'mock roots' at /etc/mock/*.cfg
Doing a full compile, has been known to bring even the most powerful machines to their knees.
They’ve employed a lot of the referenced article’s suggestions and it still is a massive code-base to compile.
[0]: https://wiki.documentfoundation.org/Development/BuildingOnLi...