Skip to content

Commit 6f0ebaf

Browse files
committed
v7.1.8-5.2-20250630
Signed-off-by: crazycs520 <[email protected]>
1 parent d8e1968 commit 6f0ebaf

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Makefile.common

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,11 @@ UNCONVERT_PACKAGES := $$($(UNCONVERT_PACKAGES_LIST))
6969
FAILPOINT_ENABLE := find $$PWD/ -type d | grep -vE "(\.git|tools)" | xargs tools/bin/failpoint-ctl enable
7070
FAILPOINT_DISABLE := find $$PWD/ -type d | grep -vE "(\.git|tools)" | xargs tools/bin/failpoint-ctl disable
7171

72-
LDFLAGS += -X "github.com/pingcap/tidb/pkg/util/versioninfo.TiDBBuildTS=$(shell date -u '+%Y-%m-%d %H:%M:%S')"
73-
LDFLAGS += -X "github.com/pingcap/tidb/pkg/util/versioninfo.TiDBGitHash=$(shell git rev-parse HEAD)"
74-
LDFLAGS += -X "github.com/pingcap/tidb/pkg/util/versioninfo.TiDBGitBranch=$(shell git rev-parse --abbrev-ref HEAD)"
75-
LDFLAGS += -X "github.com/pingcap/tidb/pkg/util/versioninfo.TiDBEdition=$(TIDB_EDITION)"
72+
LDFLAGS += -X "github.com/pingcap/tidb/pkg/parser/mysql.TiDBReleaseVersion=v7.1.8-5.2-20250630"
73+
LDFLAGS += -X "github.com/pingcap/tidb/pkg/util/versioninfo.TiDBBuildTS=2025-06-30 05:13:35"
74+
LDFLAGS += -X "github.com/pingcap/tidb/pkg/util/versioninfo.TiDBGitHash=90a85297ec1b8467fa8eb48042a997f4106727c9"
75+
LDFLAGS += -X "github.com/pingcap/tidb/pkg/util/versioninfo.TiDBGitBranch=HEAD"
76+
LDFLAGS += -X "github.com/pingcap/tidb/pkg/util/versioninfo.TiDBEdition=Enterprise"
7677

7778
EXTENSION_FLAG =
7879
ifeq ($(shell if [ -f pkg/extension/enterprise/.git ]; then echo "true"; fi),true)

0 commit comments

Comments
 (0)