Commit bb7f705
Disable git clean on self-hosted runners to preserve build cache
actions/checkout@v4 defaults to clean: true, which runs git clean -ffdx.
This follows the build/ symlink into the shared cache directory and
deletes all cached artifacts (staging, install, venv), defeating the
purpose of the persistent cache and causing SIGILL errors from partially
destroyed build artifacts.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 79ce4e7 commit bb7f705
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
| 213 | + | |
| 214 | + | |
213 | 215 | | |
214 | 216 | | |
215 | 217 | | |
| |||
0 commit comments