mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-10 07:34:04 -08:00
Update forgotten exposition client links in Make.
The links in the Makefile, which Travis uses, were out-of-date in terms of fetching the Go client library.
This commit is contained in:
parent
66bc3711ea
commit
fb197ece45
|
@ -90,7 +90,8 @@ gvm-stamp: bison-stamp cc-stamp mercurial-stamp
|
||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
instrumentation-stamp: go-stamp
|
instrumentation-stamp: go-stamp
|
||||||
$(GO_GET) github.com/prometheus/client_golang $(THIRD_PARTY_BUILD_OUTPUT)
|
$(GO_GET) github.com/prometheus/client_golang/prometheus $(THIRD_PARTY_BUILD_OUTPUT)
|
||||||
|
$(GO_GET) github.com/prometheus/client_golang/prometheus/exp $(THIRD_PARTY_BUILD_OUTPUT)
|
||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
leveldb-stamp: cache-stamp cache/leveldb-$(LEVELDB_VERSION).tar.gz cc-stamp rsync-stamp snappy-stamp
|
leveldb-stamp: cache-stamp cache/leveldb-$(LEVELDB_VERSION).tar.gz cc-stamp rsync-stamp snappy-stamp
|
||||||
|
|
Loading…
Reference in a new issue