prometheus/Setup environment
Setup Prometheus build environment.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| enable_go | Whether to enable go specific features, such as caching. | — | true |
| cache_key_suffix | Suffix appended to the Go cache key to scope the cache per build flavor. Jobs that compile with different flags, architectures or build tags (e.g. -race, GOARCH=386, --tags=dedupelabels) should pass distinct suffixes so each keeps its own warm build cache instead of sharing a single key where only one flavor stays warm. | — | default |
| enable_npm | Whether to enable npm specific features, such as caching. | — | false |
| enable_docker_multibuild | Whether to enable multibuild docker | — | false |
| memlimit_ratio | The ratio of memory reserved for Go | — | 0.8 |
| clean-runner-disk | Whether to enable try to free up disk space on the runner. | — | false |
Outputs
no outputs