| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Revert RP hash to see if it fixes the build
The newer relocatable-python commit 8ee72fe (Oct 2024, adds symlink path handling) causes ensurepip to die with SIGKILL on Apple Silicon during the framework build: install_name_tool invalidates the binary's code signature, and ensurepip runs before any re-sign step, so Gatekeeper kills the process. A prior bump attempt was already reverted in this repo (commit d8db8a2, PR #67) — sticking with fb4dd9b until upstream addresses the ad-hoc-resign-before-ensurepip flow. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
The newer relocatable-python commit 8ee72fe (Oct 2024, adds symlink path handling) causes ensurepip to die with SIGKILL on Apple Silicon during the framework build: install_name_tool invalidates the binary's code signature, and ensurepip runs before any re-sign step, so Gatekeeper kills the process. A prior bump attempt was already reverted in this repo (commit d8db8a2, PR #67) — sticking with fb4dd9b until upstream addresses the ad-hoc-resign-before-ensurepip flow. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
The newer relocatable-python commit 8ee72fe (Oct 2024, adds symlink path handling) causes ensurepip to die with SIGKILL on Apple Silicon during the framework build: install_name_tool invalidates the binary's code signature, and ensurepip runs before any re-sign step, so Gatekeeper kills the process. A prior bump attempt was already reverted in this repo (commit d8db8a2, PR #67) — sticking with fb4dd9b until upstream addresses the ad-hoc-resign-before-ensurepip flow. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
The newer relocatable-python commit 8ee72fe (Oct 2024, adds symlink path handling) causes ensurepip to die with SIGKILL on Apple Silicon during the framework build: install_name_tool invalidates the binary's code signature, and ensurepip runs before any re-sign step, so Gatekeeper kills the process. A prior bump attempt was already reverted in this repo (commit d8db8a2, PR #67) — sticking with fb4dd9b until upstream addresses the ad-hoc-resign-before-ensurepip flow. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
| Back | FazBrowse Home | New Git URL |
Revert RP hash to see if it fixes the build