coolsnowwolf / lede

Lean's LEDE source
Other
29.82k stars 19.53k forks source link

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

Open zzy19868 opened 1 year ago

zzy19868 commented 1 year ago

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

binge8 commented 1 year ago

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

VIKINGYFY commented 1 year ago

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

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

BenjaminX commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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

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

terada46 commented 2 months ago

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

解决了问题,感谢🙏