From 99c5e4958e1139690fb1890b333850a45573cbe5 Mon Sep 17 00:00:00 2001 From: Weizhen Wang Date: Fri, 12 May 2023 18:22:03 +0800 Subject: [PATCH] plugin: build enterprise by bazel Signed-off-by: Weizhen Wang --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e87190bd1fc5e..3bee7fe808914 100644 --- a/Makefile +++ b/Makefile @@ -461,7 +461,7 @@ bazel_build: bazel_ci_prepare cp bazel-out/k8-fastbuild/bin/cmd/importer/importer_/importer ./bin cp bazel-out/k8-fastbuild/bin/tidb-server/tidb-server-check_/tidb-server-check ./bin bazel $(BAZEL_GLOBAL_CONFIG) build $(BAZEL_CMD_CONFIG) \ - //tidb-server:tidb-server --//build:with_nogo_flag=true --workspace_status_command=./build/print-enterprise-workspace-status.sh --define gotags=enterprise + //tidb-server:tidb-server --stamp --workspace_status_command=./build/print-enterprise-workspace-status.sh --define gotags=enterprise ./bazel-out/k8-fastbuild/bin/tidb-server/tidb-server_/tidb-server -V bazel_fail_build: failpoint-enable bazel_ci_prepare