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

Conversation

jeffhostetler
Copy link
Collaborator

Use the OS provided version of libcurl when building release packages.
This is in contrast to using Homebrew on ARM64 in our universal binaries.

Also add diagnostics during the release build process to display the DYLIBs
that are referenced by the key executables.

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>
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 jeffhostetler merged commit 105fa1d into vfs-2.44.0 Mar 26, 2024
135 of 136 checks passed
@jeffhostetler jeffhostetler deleted the jeffhostetler/native-curl branch March 26, 2024 16:14
dscho pushed a commit that referenced this pull request Apr 23, 2024
Use the OS provided version of `libcurl` when building release packages.
This is in contrast to using Homebrew on ARM64 in our universal
binaries.

Also add diagnostics during the release build process to display the
DYLIBs
that are referenced by the key executables.
dscho pushed a commit that referenced this pull request Apr 23, 2024
Use the OS provided version of `libcurl` when building release packages.
This is in contrast to using Homebrew on ARM64 in our universal
binaries.

Also add diagnostics during the release build process to display the
DYLIBs
that are referenced by the key executables.
dscho pushed a commit that referenced this pull request Apr 23, 2024
Use the OS provided version of `libcurl` when building release packages.
This is in contrast to using Homebrew on ARM64 in our universal
binaries.

Also add diagnostics during the release build process to display the
DYLIBs
that are referenced by the key executables.
dscho pushed a commit that referenced this pull request Apr 23, 2024
Use the OS provided version of `libcurl` when building release packages.
This is in contrast to using Homebrew on ARM64 in our universal
binaries.

Also add diagnostics during the release build process to display the
DYLIBs
that are referenced by the key executables.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants