File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ FILES := $$(find $$($(PACKAGE_DIRECTORIES)) -name "*.go")
43
43
FAILPOINT_ENABLE := $$(find $$PWD/ -type d | grep -vE "(\.git|tools ) " | xargs tools/bin/failpoint-ctl enable)
44
44
FAILPOINT_DISABLE := $$(find $$PWD/ -type d | grep -vE "(\.git|tools ) " | xargs tools/bin/failpoint-ctl disable)
45
45
46
- LDFLAGS += -X "github.com/pingcap/parser/mysql.TiDBReleaseVersion=$( shell git describe --tags --dirty --always) "
46
+ LDFLAGS += -X "github.com/pingcap/parser/mysql.TiDBReleaseVersion=v4.0.0 "
47
47
LDFLAGS += -X "github.com/pingcap/tidb/util/printer.TiDBBuildTS=$(shell date -u '+% Y-% m-% d % I:% M:% S') "
48
48
LDFLAGS += -X "github.com/pingcap/tidb/util/printer.TiDBGitHash=$(shell git rev-parse HEAD) "
49
49
LDFLAGS += -X "github.com/pingcap/tidb/util/printer.TiDBGitBranch=$(shell git rev-parse --abbrev-ref HEAD) "
You can’t perform that action at this time.
0 commit comments