未验证 提交 d117bcc8 编写于 作者: O openharmony_ci 提交者: Gitee

!642 Fix cache hit ratio decrease

Merge pull request !642 from lijunru/cache
......@@ -60,7 +60,8 @@ class PreBuild:
os.environ['CCACHE_LOGFILE'] = logfile
os.environ['USE_CCACHE'] = '1'
os.environ['CCACHE_DIR'] = ccache_base
os.environ['CCACHE_MASK'] = '002'
os.environ['CCACHE_UMASK'] = '002'
os.environ['CCACHE_BASEDIR'] = self._root_path
ccache_max_size = os.environ.get('CCACHE_MAXSIZE')
if not ccache_max_size:
ccache_max_size = '100G'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册