mirror of
https://github.com/prometheus/prometheus.git
synced 2025-01-12 22:37:27 -08:00
Add skiplist build dependency to Makefile.TRAVIS.
This commit is contained in:
parent
ca57b43e8c
commit
8246f68e25
|
@ -41,7 +41,7 @@ preparation-stamp: build-dependencies
|
|||
|
||||
build-dependencies: build-dependencies-stamp
|
||||
|
||||
build-dependencies-stamp: bison cc mercurial protoc goprotobuf gorest go instrumentation leveldb levigo
|
||||
build-dependencies-stamp: bison cc mercurial protoc goprotobuf gorest go instrumentation leveldb levigo skiplist
|
||||
touch $@
|
||||
|
||||
overlay: overlay-stamp
|
||||
|
@ -133,6 +133,12 @@ levigo-stamp: leveldb go snappy source
|
|||
$(GO_GET) github.com/jmhodges/levigo
|
||||
touch $@
|
||||
|
||||
skiplist: skiplist-stamp
|
||||
|
||||
skiplist-stamp: go source
|
||||
$(GO_GET) github.com/ryszard/goskiplist
|
||||
touch $@
|
||||
|
||||
rsync: rsync-stamp
|
||||
|
||||
rsync-stamp:
|
||||
|
|
Loading…
Reference in a new issue