ninja failed with: signal: killed
ninja
a small build system with a focus on speed
项目地址:https://gitcode.com/gh_mirrors/ni/ninja
·
android 编译服务器,内存不足,可以更换服务器试试
free -m 查看swap分区大小
dd if=/dev/zero of=/var/swap bs=1024 count=2000000
2000000为2G大小
mkswap /var/swap
swapon /var/swap
free -m再次查看swap分区大小
a small build system with a focus on speed
最近提交(Master分支:2 个月前 )
931d990d
Bump actions/upload-artifact from 4 to 5 18 天前
8d76cc41
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v4...v5)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com> 18 天前
新一代开源开发者平台 GitCode,通过集成代码托管服务、代码仓库以及可信赖的开源组件库,让开发者可以在云端进行代码托管和开发。旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。
更多推荐

所有评论(0)