Closed jefferyto closed 12 months ago
https://github.com/openwrt/packages/pull/22411 is an example of when the container/runner ran out of disk space.
Ping @aparcar
I never heard of that option was it recently added?
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.
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.