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分支:11 天前 )
47ed2d24
Bump actions/checkout from 4 to 5 2 天前
2e719411
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v5)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com> 12 天前
更多推荐
所有评论(0)