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)
|
BUILD_HASH = $(shell git rev-parse HEAD)
|
||||||
# If we don't set the build number it defaults to dev
|
# If we don't set the build number it defaults to dev
|
||||||
ifeq ($(BUILD_NUMBER),)
|
ifeq ($(BUILD_NUMBER),)
|
||||||
|
BUILD_DATE := n/a
|
||||||
BUILD_NUMBER := dev
|
BUILD_NUMBER := dev
|
||||||
endif
|
endif
|
||||||
BUILD_ENTERPRISE_DIR ?= ../enterprise
|
BUILD_ENTERPRISE_DIR ?= ../enterprise
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user