*: remove keeping flag for build (#36809)
This commit is contained in:
2
Makefile
2
Makefile
@ -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
|
||||
|
||||
Reference in New Issue
Block a user