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

!471 expand ccache size to 100G

Merge pull request !471 from angl/master
......@@ -53,7 +53,7 @@ class PreBuild:
os.environ['CCACHE_DIR'] = ccache_base
os.environ['CCACHE_MASK'] = '002'
cmd = ['ccache', '-M', '50G']
cmd = ['ccache', '-M', '100G']
exec_command(cmd, log_path=self._log_path)
def set_pycache(self):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册