Replies: 1 comment 1 reply
-
Hi @bmallya ! You are correct, we don't currently build for i686. We do build for armv7 though, which is 32-bit, so it might not be too hard to get working. I tried it just now by adding the following diff:
But ran into clang issues:
So we'll probably need to dig into that more. I'll convert this to an issue to gauge demand for i686 so we can prioritize it if there is sufficient demand. EDIT created #10223 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
In the downloads section, I did not see any off the shelf binaries available for 32 bit systems. Then I tried to look if there is any docker image in the rust embedded section which can be used to compile using
cross
, but did not find any.Is this supported?
Beta Was this translation helpful? Give feedback.
All reactions