You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add skip_relocation! to Homebrew formula to fix bottle dylib relocation errors
The homebrew-mfc tap CI was failing with 'Failed changing dylib ID' errors
when trying to relocate compiled Python C extensions (orjson.so) in the venv.
The skip_relocation! directive tells Homebrew to skip dylib relocation during
bottling, which is the standard solution for formulas with Python venvs
containing compiled extensions with hardcoded paths.
0 commit comments