Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rust x86版本编译体积过大,github action 编译no space left on device,有没有解决办法? #11887

Closed
1 task done
guhill1 opened this issue Feb 13, 2024 · 6 comments
Closed
1 task done

Comments

@guhill1
Copy link

guhill1 commented Feb 13, 2024

详细叙述

大神们,rust x86版本编译体积过大,build_dir/target-x86_64_musl/host/rustc-1.75.0-src/目录 达到13gb,github action 编译显示no space left on device,有没有解决办法?

本地编译是没问题的.

重复 issue

  • 没有类似的 issue

具体型号

x86

详细日志

compile: writing output: write $WORK/b296/pkg.a: no space left on device

@guhill1 guhill1 changed the title rust x86版本编译体积过大,github action 编译out of space,有没有解决办法? rust x86版本编译体积过大,github action 编译no space left on device,有没有解决办法? Feb 13, 2024
@liwenjie119
Copy link
Contributor

已经有很多解决方法了
#11480
#11665

@guhill1
Copy link
Author

guhill1 commented Feb 14, 2024

已经有很多解决方法了 #11480 #11665

谢谢,我已经加入jlumbroso/free-disk-space@main这个脚本,使用它清掉24g,磁盘空间使用30g,剩余44g,无奈编译需要48g左右.去年一直到上个星期还是可以的,这个星期不知道什么突然体积变大,编译不过去了,估计大概率还是rust的原因.

@liwenjie119
Copy link
Contributor

已经有很多解决方法了 #11480 #11665

谢谢,我已经加入jlumbroso/free-disk-space@main这个脚本,使用它清掉24g,磁盘空间使用30g,剩余44g,无奈编译需要48g左右.去年一直到上个星期还是可以的,这个星期不知道什么突然体积变大,编译不过去了,估计大概率还是rust的原因.

你还是没仔细看,还有个脚本可以吧mnt的空间整合到一起,最高能用122g

@guhill1
Copy link
Author

guhill1 commented Feb 14, 2024

已经有很多解决方法了 #11480 #11665

谢谢,我已经加入jlumbroso/free-disk-space@main这个脚本,使用它清掉24g,磁盘空间使用30g,剩余44g,无奈编译需要48g左右.去年一直到上个星期还是可以的,这个星期不知道什么突然体积变大,编译不过去了,估计大概率还是rust的原因.

你还是没仔细看,还有个脚本可以吧mnt的空间整合到一起,最高能用122g

谢谢大佬,新年快乐! 已经抄到了😁👍

@dzlea
Copy link

dzlea commented Feb 14, 2024

已经有很多解决方法了 #11480 #11665

谢谢,我已经加入jlumbroso/free-disk-space@main这个脚本,使用它清掉24g,磁盘空间使用30g,剩余44g,无奈编译需要48g左右.去年一直到上个星期还是可以的,这个星期不知道什么突然体积变大,编译不过去了,估计大概率还是rust的原因.

你还是没仔细看,还有个脚本可以吧mnt的空间整合到一起,最高能用122g

好的,我再看看,谢谢

直接去抄我仓库的代码可以释放120+g空间出来

@guhill1
Copy link
Author

guhill1 commented Feb 14, 2024

已经有很多解决方法了 #11480 #11665

谢谢,我已经加入jlumbroso/free-disk-space@main这个脚本,使用它清掉24g,磁盘空间使用30g,剩余44g,无奈编译需要48g左右.去年一直到上个星期还是可以的,这个星期不知道什么突然体积变大,编译不过去了,估计大概率还是rust的原因.

你还是没仔细看,还有个脚本可以吧mnt的空间整合到一起,最高能用122g

好的,我再看看,谢谢

直接去抄我仓库的代码可以释放120+g空间出来

谢谢大佬,新年快乐! 已经抄到了😁👍

@guhill1 guhill1 closed this as completed Feb 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants