Skip to content

Build Cache

Avrea's build cache stores compilation artifacts in colocated cache so that rebuilds only recompile what actually changed. This works across jobs, branches, and workflow runs.

ToolMechanismAuto-configured
GoGOCACHEPROG (Go 1.24+)Yes
BazelHTTP remote cacheYes
GradleHttpBuildCacheYes
TurborepoRemote cache APIYes
sccacheWebDAV remote storageYes
ccacheHTTP remote storageYes
MavenBuild cache extensionYes
NixBinary cache substituterYes

On Avrea runners, build cache environment variables and configuration files are pre-configured before your workflow steps run. Each tool connects to the colocated build cache.