Commit 4f39d1b
Add on_retry_command to clean build state between retry attempts
When a build is killed mid-way (e.g., SIGTERM), the build directory is
left in a corrupted state. Subsequent retry attempts fail immediately
because set -e exits on the first error from the dirty build tree.
Running ./mfc.sh clean between retries restores a fresh build state.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 73072bf commit 4f39d1b
2 files changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
113 | 117 | | |
114 | 118 | | |
115 | 119 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
257 | 257 | | |
258 | 258 | | |
259 | 259 | | |
| 260 | + | |
260 | 261 | | |
261 | 262 | | |
262 | 263 | | |
| |||
0 commit comments