lede icon indicating copy to clipboard operation
lede copied to clipboard

在线编译空间不够导致失败,之前可正常编译

Open zzy19868 opened this issue 1 year ago • 6 comments

3 [P3TERX]大神的脚本,进行到这一步,占用就高达62%了,之前只有30%左右,请问怎么解决?

zzy19868 avatar Aug 24 '23 01:08 zzy19868

最简单的你就参考L大哥怎么清理臃肿的ubuntu的,至少比你现在多出15G左右

binge8 avatar Aug 25 '23 01:08 binge8

https://github.com/VIKINGYFY/OpenWRT-CI

用我的项目即可 编译完成时的空间使用情况 image

VIKINGYFY avatar Aug 26 '23 03:08 VIKINGYFY

https://github.com/BenjaminX/NanoPiR4SOpenWrt/blob/main/.github/workflows/build-openwrt.yml

- name: Free Disk Space (Ubuntu)
  uses: jlumbroso/free-disk-space@main
  with:
    # this might remove tools that are actually needed,
    # if set to "true" but frees about 6 GB
    tool-cache: true
    
    # all of these default to true, but feel free to set to
    # "false" if necessary for your workflow
    android: true
    dotnet: true
    haskell: true
    large-packages: true
    swap-storage: true

BenjaminX avatar Aug 27 '23 08:08 BenjaminX

https://github.com/BenjaminX/NanoPiR4SOpenWrt/blob/main/.github/workflows/build-openwrt.yml

- name: Free Disk Space (Ubuntu)
  uses: jlumbroso/free-disk-space@main
  with:
    # this might remove tools that are actually needed,
    # if set to "true" but frees about 6 GB
    tool-cache: true
    
    # all of these default to true, but feel free to set to
    # "false" if necessary for your workflow
    android: true
    dotnet: true
    haskell: true
    large-packages: true
    swap-storage: true

解决问题,多谢!

zzy19868 avatar Aug 27 '23 13:08 zzy19868

https://github.com/BenjaminX/NanoPiR4SOpenWrt/blob/main/.github/workflows/build-openwrt.yml

- name: Free Disk Space (Ubuntu)
  uses: jlumbroso/free-disk-space@main
  with:
    # this might remove tools that are actually needed,
    # if set to "true" but frees about 6 GB
    tool-cache: true
    
    # all of these default to true, but feel free to set to
    # "false" if necessary for your workflow
    android: true
    dotnet: true
    haskell: true
    large-packages: true
    swap-storage: true

我加了这个代码也失败,服了

xuexijiaoben avatar Sep 19 '23 11:09 xuexijiaoben