You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is not a support question, I have read about opensource and will send support questions to the IRC channel, GitHub Discussions or the mailing list.
Upgrading the Rust compiler to 1.81.0 had the unexpected side-effect to embed the SONAME inside the Quiche shared library, which we try hard not to have, because RPM is then very unhappy about the library dependency.
I tracked it to rust-lang/rust#126094 (comment), with a fix for the regression already available in Rust's main branch: rust-lang/rust#130960
I'm a bit unsure how to proceed. @omoerbeek, would it be possible to downgrade Rust to 1.80.1 until a new version of Rust including the fix is available?
The text was updated successfully, but these errors were encountered:
Short description
Upgrading the Rust compiler to 1.81.0 had the unexpected side-effect to embed the
SONAME
inside theQuiche
shared library, which we try hard not to have, because RPM is then very unhappy about the library dependency.I tracked it to rust-lang/rust#126094 (comment), with a fix for the regression already available in Rust's main branch: rust-lang/rust#130960
I'm a bit unsure how to proceed. @omoerbeek, would it be possible to downgrade Rust to 1.80.1 until a new version of Rust including the fix is available?
The text was updated successfully, but these errors were encountered: