*: remove keeping flag for build (#36809)

This commit is contained in:
Weizhen Wang
2022-08-02 16:42:06 +08:00
committed by GitHub
parent b1edc33fc1
commit d18a8bef8a

View File

@ -415,7 +415,7 @@ bazel_coverage_test: failpoint-enable bazel_ci_prepare
bazel_build: bazel_ci_prepare
mkdir -p bin
bazel --output_user_root=/home/jenkins/.tidb/tmp build -k --config=ci //... --//build:with_nogo_flag=true
bazel --output_user_root=/home/jenkins/.tidb/tmp build --config=ci //... --//build:with_nogo_flag=true
cp bazel-out/k8-fastbuild/bin/tidb-server/tidb-server_/tidb-server ./bin
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