mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-26 18:22:09 +02:00
Fix pkill invocation
This commit is contained in:
@@ -92,7 +92,7 @@ def run_build(args: Any) -> None:
|
|||||||
time.sleep(60)
|
time.sleep(60)
|
||||||
call(cmd, echo=True, timeout=timeout)
|
call(cmd, echo=True, timeout=timeout)
|
||||||
|
|
||||||
for x, retry_cmd in {'64': '', 'arm64': 'pkill -9 qemu-aarch64-static'}.items():
|
for x, retry_cmd in {'64': '', 'arm64': 'pkill -9 -f -e qemu-aarch64-static'}.items():
|
||||||
prefix = f'python ../bypy linux --arch {x} '
|
prefix = f'python ../bypy linux --arch {x} '
|
||||||
run_with_retry(prefix + f'program --non-interactive --extra-program-data "{vcs_rev}"', retry_cmd=retry_cmd)
|
run_with_retry(prefix + f'program --non-interactive --extra-program-data "{vcs_rev}"', retry_cmd=retry_cmd)
|
||||||
run_with_retry(
|
run_with_retry(
|
||||||
|
|||||||
Reference in New Issue
Block a user