2018-10-16 07:41:45 +00:00
|
|
|
go:
|
2019-11-25 13:59:26 +00:00
|
|
|
# Whenever the Go version is updated here,
|
2018-10-16 07:41:45 +00:00
|
|
|
# .circle/config.yml should also be updated.
|
2021-08-25 14:24:42 +00:00
|
|
|
version: 1.17
|
2015-12-21 17:09:38 +00:00
|
|
|
repository:
|
|
|
|
path: github.com/prometheus/prometheus
|
|
|
|
build:
|
|
|
|
binaries:
|
|
|
|
- name: prometheus
|
|
|
|
path: ./cmd/prometheus
|
|
|
|
- name: promtool
|
|
|
|
path: ./cmd/promtool
|
2020-10-08 07:38:28 +00:00
|
|
|
flags: -a -tags netgo,builtinassets
|
2015-12-21 17:09:38 +00:00
|
|
|
ldflags: |
|
2018-11-30 16:10:43 +00:00
|
|
|
-X github.com/prometheus/common/version.Version={{.Version}}
|
|
|
|
-X github.com/prometheus/common/version.Revision={{.Revision}}
|
|
|
|
-X github.com/prometheus/common/version.Branch={{.Branch}}
|
|
|
|
-X github.com/prometheus/common/version.BuildUser={{user}}@{{host}}
|
|
|
|
-X github.com/prometheus/common/version.BuildDate={{date "20060102-15:04:05"}}
|
2015-12-21 17:09:38 +00:00
|
|
|
tarball:
|
|
|
|
files:
|
|
|
|
- consoles
|
|
|
|
- console_libraries
|
|
|
|
- documentation/examples/prometheus.yml
|
|
|
|
- LICENSE
|
|
|
|
- NOTICE
|
2019-10-17 12:38:09 +00:00
|
|
|
- npm_licenses.tar.bz2
|
2016-06-14 16:17:45 +00:00
|
|
|
crossbuild:
|
|
|
|
platforms:
|
2021-03-20 17:10:04 +00:00
|
|
|
- darwin
|
|
|
|
- dragonfly
|
|
|
|
- freebsd
|
|
|
|
- illumos
|
|
|
|
- linux
|
|
|
|
- netbsd
|
|
|
|
- openbsd
|
|
|
|
- windows
|