Samuel Holland
Samuel Holland
I bumped rust to 1.48 a few months ago, but never published it because I didn't have opportunity to test it well. My solution was to use the "secret" nightly...
The patches are in the `gentoo-*` branches at https://github.com/smaeul/rust/branches. For now, I am just trying to get caught back up, so I did not try cross-compiling, packaging, or running the...
I don't have any specific recommendation. As long as you are adding a CHOST, and not modifying an upstream CHOST, you should not have any compatibility problems. The CHOST I...
I didn't mean to imply that cargo must link libssh2. In fact, I have run into the exact issue from that bug, and agree with the solution to use the...
Did you see the branches here? https://github.com/smaeul/rust/branches For example that patch I have in 1.58.1 as https://github.com/smaeul/rust/commit/5751145772f3da66e5974442aa8925730833aeaa.
> seems you agree with me to drop the libc patch for 1.59.0 - you don't know why this isn't needed anymore, do you? https://github.com/rust-lang/libc/pull/2272 as part of https://github.com/rust-lang/rust/pull/90527.