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

jeffhostetler/native-curl #636

Merged
merged 2 commits into from
Mar 26, 2024
Merged

Commits on Mar 26, 2024

  1. macos-installer/Makefile: debug dump linkage of build targets

    Run `otool -L` on each of the major executables and print the name of
    the CPU architecture(s) and the name and version of the referenced
    dynamic libraries.
    
    In a later commit, we might want to verify that certain minimim
    versions were linked or that there are no unexpected third-party
    libraries in the linkage (such as an unexpected homebrew).
    
    Signed-off-by: Jeff Hostetler <jeffhostetler@github.com>
    jeffhostetler committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    94a7088 View commit details
    Browse the repository at this point in the history
  2. workflow/build-git-installer: use OS supplied libcurl

    Stop building custom universal libcurl dylib and let Git binaries
    use the version installed on the OS, like we do for other libraries.
    
    Signed-off-by: Jeff Hostetler <jeffhostetler@github.com>
    jeffhostetler committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    1e44a0f View commit details
    Browse the repository at this point in the history