mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-10 21:35:24 +01:00
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:
parent
ec02efba46
commit
fdc3a0b1f1
3 changed files with 7 additions and 117 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue