mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
Added vim-common to travis build environment.
vim-common includes `xxd` which we use to hexdump files for package blob.
This commit is contained in:
parent
2434bac219
commit
920c59e12d
|
@ -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 skiplist
|
build-dependencies-stamp: bison cc mercurial protoc goprotobuf gorest go instrumentation leveldb levigo skiplist vim-common
|
||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
overlay: overlay-stamp
|
overlay: overlay-stamp
|
||||||
|
@ -144,6 +144,12 @@ rsync: rsync-stamp
|
||||||
rsync-stamp:
|
rsync-stamp:
|
||||||
[ -x "$$(which rsync)" ] || $(APT_GET_INSTALL) rsync
|
[ -x "$$(which rsync)" ] || $(APT_GET_INSTALL) rsync
|
||||||
|
|
||||||
|
vim-common: vim-common-stamp
|
||||||
|
|
||||||
|
vim-common-stamp:
|
||||||
|
$(APT_GET_INSTALL) vim-common
|
||||||
|
touch $@
|
||||||
|
|
||||||
test: test-stamp
|
test: test-stamp
|
||||||
|
|
||||||
test-stamp: preparation source
|
test-stamp: preparation source
|
||||||
|
@ -183,4 +189,4 @@ clean:
|
||||||
-rm snappy-$(SNAPPY_VERSION).tar.gz
|
-rm snappy-$(SNAPPY_VERSION).tar.gz
|
||||||
|
|
||||||
|
|
||||||
.PHONY: all bison build-dependencies cc clean go goprotobuf gorest instrumentation leveldb levigo mercurial overlay preparation protoc rsync snappy source test wget
|
.PHONY: all bison build-dependencies cc clean go goprotobuf gorest instrumentation leveldb levigo mercurial overlay preparation protoc rsync snappy source test wget vim-common
|
||||||
|
|
Loading…
Reference in a new issue