Commit eed3af5
Fix bench build: use PIDs instead of job specs for wait
wait %1 and %2 require job control (set -m), which is disabled in
non-interactive shells. nick-fields/retry runs commands in a
non-interactive shell, causing 'no such job' (exit 127) even when
both builds succeed. Use $! PIDs instead.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 4f39d1b commit eed3af5
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| 111 | + | |
111 | 112 | | |
112 | | - | |
| 113 | + | |
| 114 | + | |
113 | 115 | | |
114 | 116 | | |
115 | 117 | | |
| |||
0 commit comments