mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-06 17:18:35 +08:00
test: decrease ccache size to save github cache (#44283)
Signed-off-by: Zhikun Yao <zhikun.yao@zilliz.com>
This commit is contained in:
parent
dae0fd0e90
commit
41820a09d0
4
.github/workflows/mac.yaml
vendored
4
.github/workflows/mac.yaml
vendored
@ -53,8 +53,8 @@ jobs:
|
|||||||
CCACHE_DIR: /var/tmp/ccache
|
CCACHE_DIR: /var/tmp/ccache
|
||||||
CCACHE_COMPILERCHECK: content
|
CCACHE_COMPILERCHECK: content
|
||||||
CCACHE_COMPRESS: 1
|
CCACHE_COMPRESS: 1
|
||||||
CCACHE_COMPRESSLEVEL: 5
|
CCACHE_COMPRESSLEVEL: 9
|
||||||
CCACHE_MAXSIZE: 2G
|
CCACHE_MAXSIZE: 1G
|
||||||
run: |
|
run: |
|
||||||
if [[ ! -d "/var/tmp/ccache" ]];then
|
if [[ ! -d "/var/tmp/ccache" ]];then
|
||||||
mkdir -p /var/tmp/ccache
|
mkdir -p /var/tmp/ccache
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user