mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
Follow up after https://github.com/VictoriaMetrics/VictoriaMetrics/pull/5685 (#5686)
This commit is contained in:
parent
d5682858c0
commit
495fa9800a
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,6 +1,6 @@
|
||||||
PKG_PREFIX := github.com/VictoriaMetrics/VictoriaMetrics
|
PKG_PREFIX := github.com/VictoriaMetrics/VictoriaMetrics
|
||||||
|
|
||||||
MAKE_CONCURRENCY ?= $(getconf _NPROCESSORS_ONLN)
|
MAKE_CONCURRENCY ?= $(shell getconf _NPROCESSORS_ONLN)
|
||||||
MAKE_PARALLEL := $(MAKE) -j $(MAKE_CONCURRENCY)
|
MAKE_PARALLEL := $(MAKE) -j $(MAKE_CONCURRENCY)
|
||||||
DATEINFO_TAG ?= $(shell date -u +'%Y%m%d-%H%M%S')
|
DATEINFO_TAG ?= $(shell date -u +'%Y%m%d-%H%M%S')
|
||||||
BUILDINFO_TAG ?= $(shell echo $$(git describe --long --all | tr '/' '-')$$( \
|
BUILDINFO_TAG ?= $(shell echo $$(git describe --long --all | tr '/' '-')$$( \
|
||||||
|
|
Loading…
Reference in a new issue