mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-06 08:01:58 +02:00
Do a shutdown and rebuild
This commit is contained in:
@@ -68,7 +68,9 @@ def run_build(args: Any) -> None:
|
||||
if not needs_retry:
|
||||
raise
|
||||
print('Build failed, retrying in a few seconds...', file=sys.stderr)
|
||||
time.sleep(15)
|
||||
if 'macos' in cmd:
|
||||
call('python ../bypy macos shutdown')
|
||||
time.sleep(25)
|
||||
call(cmd, echo=True)
|
||||
|
||||
for x in ('64', '32', 'arm64'):
|
||||
|
||||
Reference in New Issue
Block a user