Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Speed up keg installation with fewer code-signing calls #15980

Merged
merged 1 commit into from
Sep 11, 2023

Commits on Sep 10, 2023

  1. codesign in keg_relocate instead of keg methods

    Currently the codesign_patched_binary method may be called many
    times for the same file when installing a keg.
    
    This removes the calls to codesign_patched_binary from os/mac/keg
    and adds a single call to the relocate_dynamic_linkage and
    fix_dynamic_linkage methods in extend/os/mac/keg_relocate
    to speed up keg installation.
    scpeters committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    94ef9a4 View commit details
    Browse the repository at this point in the history