Commit d78987b
fix(ci): use rsync -rl for fat-filesystem-test permission fix
rsync -a preserves ownership which fails on tmpfs without root perms.
Use -rl (recursive + symlinks) instead to avoid chgrp failures.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent e0fdc5d commit d78987b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
239 | | - | |
| 239 | + | |
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
| |||
0 commit comments