actions-marketplace-validations/buildcache-action

GitHub Action that installs and configures buildcache to accelerate compilation

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
cache_keyAn additional string to use in the cache keyno
keydeprecated: synonym for `cache_key`, use cache_key. Will be removed in v2no
save_cacheSet to false not to save the cache at the end of the jobno
access_tokenYour GitHub Access Token to fetch buildcache latest build, defaults to: {{ github.token }}no${{ github.token }}
install_dirWhere to install buildcache, GITHUB_WORKSPACE by default. Will be exported on PATHno${{ github.workspace }}
upload_buildcache_logIf set to true, any buildcache log create during the run will be uploaded as an artifactnofalse
zero_buildcache_statsDefaults to true, will print stats on restore, then zero them for run-specific stats on savenotrue
buildcache_tagExplicitly provide the tag for the release of buildcache to be used. ie. `v0.27.7`nolatest

no outputs