dist(release/1.29): backport patches, pt. 4 - #4964
Conversation
The underlying issue has been resolved in OpenSSL v3.6.3: openssl/openssl@7936b4c
…llOpts::select_toolchain()`
…Opts::install_rust()`
Co-authored-by: rami3l <rami3l@outlook.com>
This way the `process` is always injected when calling methods of `InstallOpts`, whether directly or through `Cfg`.
cb4b283 to
c05b986
Compare
c05b986 to
f4b1316
Compare
|
How much time are you spending on these backporting PRs? I don't know how many PRs we have on |
@djc It might overwhelming in appearance but in terms of execution time it's mostly a no-brainer actually (it's just a matter of cherry picking and pushing). I'd say I'm spending no more than a few minutes on this PR for the 55 commits so far and, if I do them in batches it'll be even faster. The fact that I'm maintaining this more often is because, of course, I'm preparing for a new stable release this week. |
|
@djc OTOH is it true that I'm spamming you too much with the notifications on this PR? Are there any tweaks I can make to improve the situation for you? |
Nope, that part is fine. I just ignore it while it's in draft and then quickly skim the commit history. |
Part of #4862; continuation of #4939.