Remove the multi-stage GH actions build

Now that GH actions supports jobs up to 6 hours long we don't need to do
multi-stage builds anymore.
This commit is contained in:
Samuel Tyler 2025-10-15 11:06:16 +11:00
parent ec02efba46
commit fdc3a0b1f1
3 changed files with 7 additions and 117 deletions

View file

@ -38,14 +38,6 @@ class Generator():
self.target_dir = None
self.external_dir = None
def reuse(self, target):
"""
Reuse a previously prepared bwrap environment for further stages.
"""
self.target_dir = target.path
self.external_dir = os.path.join(self.target_dir, 'external')
self.distfiles()
def prepare(self, target, using_kernel=False, kernel_bootstrap=False, target_size=0):
"""
Prepare basic media of live-bootstrap.