mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-28 22:45:26 +08:00
enhance: improve the compile speed (#28444)
improve the CI compile speed with mold Signed-off-by: yah01 <yah2er0ne@outlook.com>
This commit is contained in:
parent
899a5a32cd
commit
fd3ae4c4b8
3
.github/workflows/main.yaml
vendored
3
.github/workflows/main.yaml
vendored
@ -47,6 +47,9 @@ jobs:
|
||||
env:
|
||||
UBUNTU: ${{ matrix.ubuntu }}
|
||||
steps:
|
||||
- name: Setup mold
|
||||
uses: rui314/setup-mold@v1
|
||||
|
||||
- name: Maximize build space
|
||||
uses: easimon/maximize-build-space@master
|
||||
with:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user