Commit d1f1304
fix: add -s flag to xattr command to skip symlinks in macOS CI builds
The xattr command was failing in CI when encountering pnpm symlinks
that point to non-existent store locations. Adding the -s flag tells
xattr to skip symbolic links, preventing "No such file" errors while
still clearing extended attributes from actual files.
This fixes macOS CI build failures without affecting the intended
functionality of removing quarantine and other extended attributes.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 040b200 commit d1f1304
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
257 | 257 | | |
258 | 258 | | |
259 | 259 | | |
260 | | - | |
| 260 | + | |
261 | 261 | | |
262 | 262 | | |
263 | 263 | | |
| |||
0 commit comments