mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-29 18:38:44 +08:00
Update docs to 20.04 (#19538)
Signed-off-by: Jenny Li <jing.li@zilliz.com> Signed-off-by: Jenny Li <jing.li@zilliz.com>
This commit is contained in:
parent
54e2c079c4
commit
765c39b3c1
2
.github/workflows/main.yaml
vendored
2
.github/workflows/main.yaml
vendored
@ -36,7 +36,7 @@ jobs:
|
||||
ubuntu:
|
||||
name: Build and test AMD64 Ubuntu ${{ matrix.ubuntu }}
|
||||
runs-on: ubuntu-${{ matrix.ubuntu }}
|
||||
timeout-minutes: 90
|
||||
timeout-minutes: 60
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
@ -66,7 +66,7 @@ The following scripts are found in the [`build/`](.) directory. Note that all sc
|
||||
* `build/builder.sh make unittest`: Run all unit tests.
|
||||
* `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 `ubuntu20.04`. Valid OS are `ubuntu20.04`,`ubuntu18.04`, `centos7`.
|
||||
|
||||
To specify `centos7` builder, use these commands:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user