-
-
Notifications
You must be signed in to change notification settings - Fork 576
🐛 Android platform support (termux) #1340
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Can you explain how this issue is related to rust-lang/rust#119306? We already explained there that Rust supports Android targets, we just don't automatically build releases that support termux as a host. |
For the biome to work on my device, it has to have the binaries of my platform, right? And to do that you need to build it. Is this how the problem is related, or am I making something wrong? |
Rust supports building executables that run on Android/termux. We just do not distribute compilers that run on Android/termux. You can run the compiler on another platform and using |
I am going to close this issue, because it's not a bug. It's an enhancement that requires tooling to build Biome for this specific platform. If someone wants to help, you're welcome to submit an discussion/PR |
Environment information
What happened?
I try to run the biome in termux but it seems that the CLI does not support Android, I am running it in termux. Is there really no support for Android or is it my mistake? If there is no support, will there be?
Expected result
That the CLI worked in termux
Code of Conduct
The text was updated successfully, but these errors were encountered: