Do a shutdown and rebuild
This commit is contained in:
parent
2619db0e58
commit
7e8c96896f
1 changed files with 3 additions and 1 deletions
|
|
@ -68,7 +68,9 @@ def run_with_retry(cmd: str) -> 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…
Reference in a new issue