mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-06 17:18:35 +08:00
[skip ci] Refine build doc (#10960)
Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
This commit is contained in:
parent
7c9cab042b
commit
5aa1ddbb32
@ -60,11 +60,11 @@ Check Wikipedia [CPU with AVX](https://en.wikipedia.org/wiki/Advanced_Vector_Ext
|
|||||||
|
|
||||||
The following scripts are found in the [`build/`](.) directory. Note that all scripts must be run from the Milvus root directory.
|
The following scripts are found in the [`build/`](.) directory. Note that all scripts must be run from the Milvus root directory.
|
||||||
|
|
||||||
* [`build/builder.sh`](builder.sh): Run a command in a build docker container. Common invocations:
|
* [`build/builder.sh`](builder.sh): Run a command in a build docker container. Common invocations are:
|
||||||
* `build/builder.sh make` Build just linux binary in the container. Pass options and packages as necessary.
|
* `build/builder.sh make`: Build just linux binary in the container. Pass options and packages as necessary.
|
||||||
* `build/builder.sh make verifiers`: Run all pre-submission verification check
|
* `build/builder.sh make verifiers`: Run all pre-submission verification check.
|
||||||
* `build/builder.sh make unittest`: Run all unit tests
|
* `build/builder.sh make unittest`: Run all unit tests.
|
||||||
* `build/builder.sh make clean`: Clean up all the generated files
|
* `build/builder.sh make clean`: Clean up all the generated files.
|
||||||
|
|
||||||
You can specify different OS for builder by setting `OS_NAME` which defaults to `ubuntu18.04`. Valid OS are `ubuntu18.04`, `centos7`.
|
You can specify different OS for builder by setting `OS_NAME` which defaults to `ubuntu18.04`. Valid OS are `ubuntu18.04`, `centos7`.
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user