Commit e864803
ci: always rebuild on Phoenix even if rm -rf build leaves partial directory
If stale NFS handles prevent full deletion of build/, the old
'if [ ! -d build ]' guard would skip the rebuild entirely, leaving
stale binaries from a different compute node that could cause SIGILL.
Force a rebuild on Phoenix unconditionally.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 7f467b1 commit e864803
2 files changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
| |||
0 commit comments