Do a shutdown and rebuild
This commit is contained in:
parent
2619db0e58
commit
7e8c96896f
@ -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'):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user