Commit be10bee
committed
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.1 parent e21c453 commit be10bee
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
24 | 29 | | |
25 | 30 | | |
26 | 31 | | |
| |||
0 commit comments