Re: Getting Rust to work

From: Miguel Ojeda
Date: Sun Mar 21 2021 - 17:41:39 EST


On Sun, Mar 21, 2021 at 9:56 PM Pavel Machek <pavel@xxxxxx> wrote:
>
> Thanks for your work :-).

You're welcome! We're trying our best :-)

> Actually x86-32 would be useful for me. That's my test machine.

Sorry... :-( x86 32-bits, ppc64el, s390x... are some of the ones we
will look into soon, but possibly after the RFC.

> I tried, but newest in my distribution is clang-7, and kernel needs
> clang-10.

If you are under Debian-like distributions, these apt repos are easy
to set up (we use them in the CI, in fact):

https://apt.llvm.org/

Cheers,
Miguel