Set BuildDate compile flag to dev during development (#18383)
* Set BuildDate compile flag to dev during development * Addressing review comments
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
3b9324b389
Коммит
f9bd7cce8e
1
Makefile
1
Makefile
@@ -24,6 +24,7 @@ BUILD_DATE = $(shell date -u)
|
||||
BUILD_HASH = $(shell git rev-parse HEAD)
|
||||
# If we don't set the build number it defaults to dev
|
||||
ifeq ($(BUILD_NUMBER),)
|
||||
BUILD_DATE := n/a
|
||||
BUILD_NUMBER := dev
|
||||
endif
|
||||
BUILD_ENTERPRISE_DIR ?= ../enterprise
|
||||
|
||||
Ссылка в новой задаче
Block a user