actions-marketplace-validations/buildcache-action
GitHub Action that installs and configures buildcache to accelerate compilation
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| cache_key | An additional string to use in the cache key | no | — |
| key | deprecated: synonym for `cache_key`, use cache_key. Will be removed in v2 | no | — |
| save_cache | Set to false not to save the cache at the end of the job | no | — |
| access_token | Your GitHub Access Token to fetch buildcache latest build, defaults to: {{ github.token }} | no | ${{ github.token }} |
| install_dir | Where to install buildcache, GITHUB_WORKSPACE by default. Will be exported on PATH | no | ${{ github.workspace }} |
| upload_buildcache_log | If set to true, any buildcache log create during the run will be uploaded as an artifact | no | false |
| zero_buildcache_stats | Defaults to true, will print stats on restore, then zero them for run-specific stats on save | no | true |
| buildcache_tag | Explicitly provide the tag for the release of buildcache to be used. ie. `v0.27.7` | no | latest |
Outputs
no outputs