Add openssl to the macOS build instructions - #5209
Open
karpovantonme wants to merge 1 commit into
Open
Conversation
Collaborator
|
Thanks for the PR @karpovantonme |
A fresh macOS has no OpenSSL where openssl-sys looks for it, so cargo build stops before it starts. The Linux section already lists the native libraries per distribution; this says the same for macOS. Closes Orange-OpenSource#5096
karpovantonme
force-pushed
the
doc/macos-openssl
branch
from
August 16, 2026 15:06
740fdb2 to
f37081d
Compare
Author
|
rebased onto master. 2 red windows jobs were Checks are sitting on approval to start |
Author
|
spoke too soon, the rebased run fails the same way. the line above the crate error is the real one: so the windows runner image has moved past the vcpkg checkout pinned here, and libxml never gets its library. nothing a PR can do about that, and since windows only runs on pull requests, master will not show it either fine by me if you would rather close this one |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #5096
The macOS section installs
pkg-configbut not OpenSSL, so on a clean machinecargo buildstops inopenssl-sysbefore anything is compiled. The Linux section right above already names the native libraries and lists them per distribution, so this says the same thing for macOS and addsopensslto the brew lineWording of the first sentence is taken from the Linux section so the two read the same way
Three files, because README.md and packages/hurl/README.md are generated: I edited
docs/installation.mdand regenerated both withbin/docs/build_readme.py githuband... crates, the waybin/docs/update_all.shcalls them