mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -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: 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 $@
|
touch $@
|
||||||
|
|
||||||
overlay: overlay-stamp
|
overlay: overlay-stamp
|
||||||
|
@ -133,6 +133,12 @@ levigo-stamp: leveldb go snappy source
|
||||||
$(GO_GET) github.com/jmhodges/levigo
|
$(GO_GET) github.com/jmhodges/levigo
|
||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
|
skiplist: skiplist-stamp
|
||||||
|
|
||||||
|
skiplist-stamp: go source
|
||||||
|
$(GO_GET) github.com/ryszard/goskiplist
|
||||||
|
touch $@
|
||||||
|
|
||||||
rsync: rsync-stamp
|
rsync: rsync-stamp
|
||||||
|
|
||||||
rsync-stamp:
|
rsync-stamp:
|
||||||
|
|
Loading…
Reference in a new issue