Alexander Marshalov 2024-01-25 10:03:46 +01:00 committed by Aliaksandr Valialkin
parent 711ace0582
commit 1f858eb417
No known key found for this signature in database
GPG Key ID: 52C003EE2BCDB9EB

View File

@ -1,6 +1,6 @@
PKG_PREFIX := github.com/VictoriaMetrics/VictoriaMetrics
MAKE_CONCURRENCY ?= $(getconf _NPROCESSORS_ONLN)
MAKE_CONCURRENCY ?= $(shell getconf _NPROCESSORS_ONLN)
MAKE_PARALLEL := $(MAKE) -j $(MAKE_CONCURRENCY)
DATEINFO_TAG ?= $(shell date -u +'%Y%m%d-%H%M%S')
BUILDINFO_TAG ?= $(shell echo $$(git describe --long --all | tr '/' '-')$$( \