-
-
Notifications
You must be signed in to change notification settings - Fork 12.8k
cloudflare-quiche 0.22.0 #175706
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
cloudflare-quiche 0.22.0 #175706
Conversation
|
The |
I actually did not see the artifact tree difference between the two versions (diff). Gonna ask in the upstream. |
Looks like related to cloudflare/quiche#1769
|
We do want to install sonames though rather than disable it. Are they missing from target/release or something? I've not tested this out locally yet. |
Or does that PR just create the soname reference but not actually create the files/symlinks proper? You usually have a libname.MAJOR.dylib (sometimes minor too depending on your ABI stability policy) and then symlinks from libname.dylib to that. Relatedly: does upstream have a SOVERSION policy of when ABI breaks? Is it only on major versions or is it every version? It's a bit unclear given it's 0.x. The PR you link mentions |
To keep the version, this works for me (I added a full version here)
My understanding is that rust doesn't generate soname when it generates library (rust-lang/cargo#5045), so currently it's up to the developer to add/symlink properly when rust-based so (or dylib) is installed. AFAICT quiche doesn't have a stable ABI version policy yet (since it's 0.x) and release note mentions when it breaks... |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. To keep this pull request open, add a |
Created by
brew bump
Created with
brew bump-formula-pr
.