kraken.std.sccache
kraken.std.sccache
SccacheManager
dataclass
Source code in kraken/std/sccache.py
start
Start the Sccache server.
Source code in kraken/std/sccache.py
stop
Stop the Sccache server.
Source code in kraken/std/sccache.py
SccacheTask
Bases: BackgroundTask
This task ensures that an Sccache server is running for all its dependant tasks.
Source code in kraken/std/sccache.py
sccache
sccache(
manager: SccacheManager,
*,
name: str = "sccache",
group: str | None = None,
project: Project | None = None
) -> SccacheTask
Creates a background task that starts the sccache server.