Commit 1adc121
Fix rm -rf following build symlink into shared cache
rm -rf on a symlink follows it and deletes the target's contents,
which fails when another runner is using the shared cache directory.
Use unlink for symlinks, rm -rf only for real directories.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 09920e7 commit 1adc121
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
29 | 33 | | |
30 | 34 | | |
31 | 35 | | |
| |||
0 commit comments