Re: Rustc version

2024-07-25 Thread Emanuel Lima
Thank you all for your ideas. Also, Fabio, I haven't got around to using Fedora's default compiler flags because that requires a lot of refactoring and a day only has 24 hours, unfortunately. -- ___ devel mailing list -- devel@lists.fedoraproject.org

Re: Rustc version

2024-07-24 Thread Randy Barlow via devel
On Wed, 2024-07-24 at 22:13 +0200, Albert Larsan wrote: > Know that this is one of the cases that is explicitly not covered > under > the stability guarantee, i.e that code without warnings may get > warnings > on the next version Agreed. > This, the crate should fix the bug, and a one-line pat

Re: Rustc version

2024-07-24 Thread Fabio Valentini
On Wed, Jul 24, 2024 at 8:04 PM Emanuel Lima wrote: > > It's kata-containers. It works from 1.75 to 1.78 but not with 1.79. > > I opened an issue upstream: > https://github.com/kata-containers/kata-containers/issues/10067 You can't (and really shouldn't) want to build with an older Rust version j

Re: Rustc version

2024-07-24 Thread Randy Barlow via devel
On Wed, Jul 24, 2024 at 06:03:10PM -, Emanuel Lima wrote: > It's kata-containers. It works from 1.75 to 1.78 but not with 1.79. > > I opened an issue upstream: > https://github.com/kata-containers/kata-containers/issues/10067 One more note: You could also work around this by patching that one

Re: Rustc version

2024-07-24 Thread Randy Barlow via devel
On Wed, Jul 24, 2024 at 06:03:10PM -, Emanuel Lima wrote: > It's kata-containers. It works from 1.75 to 1.78 but not with 1.79. > > I opened an issue upstream: > https://github.com/kata-containers/kata-containers/issues/10067 For what it's worth, this isn't really a true issue. It looks like

Re: Rustc version

2024-07-24 Thread Emanuel Lima
It's kata-containers. It works from 1.75 to 1.78 but not with 1.79. I opened an issue upstream: https://github.com/kata-containers/kata-containers/issues/10067 -- ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to de

Re: Rustc version

2024-07-24 Thread Randy Barlow via devel
On Wed, Jul 24, 2024 at 11:29:43AM -0300, Emanuel Lima wrote: > To build the package that I maintain, I need a specific version of rustc, > 1.75. Given that the default buildroot has rustc 1.79, how do I create a > new buildroot (or side tag) just for my package with this specific rustc? Rust shou

Rustc version

2024-07-24 Thread Emanuel Lima
To build the package that I maintain, I need a specific version of rustc, 1.75. Given that the default buildroot has rustc 1.79, how do I create a new buildroot (or side tag) just for my package with this specific rustc? This applies to F40 and Rawhide -- Kind Regards, Emanuel Lima Software E