drtyhlpr / rpi23-gen-image

Advanced Debian "stretch" and "buster" bootstrap script for RPi 0/1/2/3 and QEMU
GNU General Public License v2.0
307 stars 123 forks source link

resuming build from error #201

Closed artynet closed 5 years ago

artynet commented 5 years ago

is there a way to resume an existing build after the failure of a given step ?

tswaehn commented 5 years ago

No. It needs rebuild.

Am 08.07.2019 um 12:58 schrieb Arturo Rinaldi notifications@github.com:

is there a way to resume an existing build after the failure of a given step ?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

drtyhlpr commented 5 years ago

yeah. you can speed up the kernel building stuff "on resume or better rebuild" so KERNELSRC_PREBUILT and similar option might help you. a "simple resume" is not possible

tswaehn commented 5 years ago

Yes, pre-built Kernel is much faster. Thats for sure! Still all the boostrap jobs and apt-packages need time to configure and consume a lot of time, which right now cannot be resumed.