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