blue-build / template

Template for making your own OS image using BlueBuild
Apache License 2.0
111 stars 15 forks source link

Build Custom Image failed due to "no space left on device" #18

Closed bigjazzsound closed 8 months ago

bigjazzsound commented 8 months ago

I've been a user of https://github.com/blue-build/legacy-template for a while now and went to migrate to this template.

I copied my recipe.yml directly from my fork of the legacy-template, where it used to run without this issue, but now I'm getting this error.

Logs: https://github.com/bigjazzsound/os/actions/runs/8151428872/job/22279283500

fiftydinar commented 8 months ago

I've been a user of https://github.com/blue-build/legacy-template for a while now and went to migrate to this template.

I copied my recipe.yml directly from my fork of the legacy-template, where it used to run without this issue, but now I'm getting this error.

Logs: https://github.com/bigjazzsound/os/actions/runs/8151428872/job/22279283500

You can try to add this into GitHub action build.yml as a preference, at the end of the file: https://blue-build.org/reference/github-action/#maximize_build_space-optional

But I wonder why you get that error still, you're not on some heavy image like bluefin as a base, but Sway Atomic. You added nice amount of packages, but not something that is big in size as far as I look.

bigjazzsound commented 8 months ago

You can try to add this into GitHub action build.yml as a preference, at the end of the file: https://blue-build.org/reference/github-action/#maximize_build_space-optional

This fixed it for me. Thank you for the suggestion.