Commit a8882c5
Add workspace pre-clean to avoid stale NFS handles on self-hosted runners
The actions/checkout clean step fails with ESTALE errors on NFS-backed
storage when build artifacts from previous runs have stale file handles.
Pre-clean with rm -rf (which tolerates stale handles) and disable
checkout's built-in clean.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 17bdcc8 commit a8882c5
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
202 | 205 | | |
203 | 206 | | |
| 207 | + | |
| 208 | + | |
204 | 209 | | |
205 | 210 | | |
206 | 211 | | |
| |||
0 commit comments