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
Fix Homebrew formula: disable bottles to avoid 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.
Added pour_bottle? method returning false to disable bottles entirely,
forcing source builds. This is the correct approach for formulas with
Python venvs containing compiled extensions that cannot be relocated.
The previous skip_relocation! directive was incorrect as it's only valid
inside a bottle block, not at the class level.
0 commit comments