Deploying sccache on SUSE sccache is a ccache/icecc-like tool from Mozilla, which in addition to working with C and C++, is also able to help with Rust builds. Adding the Repo A submission to Factory (tumbleweed) has been made, so check if you can install from zypper: zypper install sccache If not, sccache is still part of devel:tools:building so you will need to add the repo to use sccache. zypper ar -f obs://devel:tools:building devel:tools:building zypper install sccache It's also importan...