Commit b1c982b
Always strip quarantine from deps in run-debug-macos.sh
macOS SIGKILLs quarantined binaries (ffmpeg/ffprobe/vspipe) on exec,
which surfaces as opaque "Failed to run ffmpeg" errors and 0x0 detected
dimensions. The removal was gated on one file's current quarantine
state and could be skipped; xattr -cr is cheap and idempotent, so run it
unconditionally whenever the deps dir exists.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 821e0c8 commit b1c982b
1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
94 | | - | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
95 | 98 | | |
96 | 99 | | |
97 | 100 | | |
| |||
0 commit comments