Branch: refs/heads/master Home: https://github.com/openSUSE/obs-build Commit: 49c7ee97468b42d08bfe6fde74f82eb30a59d199 https://github.com/openSUSE/obs-build/commit/49c7ee97468b42d08bfe6fde74f82eb... Author: William Brown <wbrown@suse.de> Date: 2021-04-08 (Thu, 08 Apr 2021) Changed paths: M build Log Message: ----------- Add support for sccache. Sccache is an alternate build caching system to ccache/icecream. It supports C, C++ and Rust. It can optionally have distributed or remote caches via redis, s3 object stores, memcached, azure storage or google cloud storage. This can help to significantly improve the performance of Rust rebuilds. For example, Kanidm changes from 400s to 122s on a rebuild, and rust-lang rebuilds improve from 7200s to 4770s. With some changes to the rust packages especially this will be possible to speed up over version changes as well. Commit: 495294a877bb4e499f4816b8fdf7b999c3445764 https://github.com/openSUSE/obs-build/commit/495294a877bb4e499f4816b8fdf7b99... Author: Adrian Schröter <adrian@suse.de> Date: 2021-05-12 (Wed, 12 May 2021) Changed paths: M build Log Message: ----------- Merge pull request #680 from Firstyear/sccache Add support for sccache. Compare: https://github.com/openSUSE/obs-build/compare/8f6f5a5f712f...495294a877bb