openwrt / gh-action-sdk

GitHub CI action to build packages via SDK
30 stars 48 forks source link

Build packages with AUTOREMOVE enabled #29

Closed jefferyto closed 12 months ago

jefferyto commented 1 year ago

When building large packages, it is possible to run out of disk space in the container/runner. This enables AUTOREMOVE to try to avoid this situation.

jefferyto commented 1 year ago

https://github.com/openwrt/packages/pull/22411 is an example of when the container/runner ran out of disk space.

jefferyto commented 12 months ago

Ping @aparcar

aparcar commented 12 months ago

I never heard of that option was it recently added?

jefferyto commented 12 months ago

I never heard of that option was it recently added?

I wouldn't say recent: https://github.com/openwrt/openwrt/commit/7a523569f7f403cdd7c2074cc49920f1dd7ecc70

Though it would be usually set in .config instead of on the make command line.