ish-app / ish

Linux shell for iOS
https://ish.app
Other
17.07k stars 905 forks source link

Trying to run any rust programs results in a Invalid instruction #2013

Closed Luxvao closed 1 year ago

Luxvao commented 1 year ago

If you install rust and cargo through apk, you wont be able to run any programs written in rust (if you run cargo run, it will output Invalid instruction)

Steps to reproduce:

  1. apk add cargo
  2. cargo new test
  3. cd test
  4. cargo run
DuckyBlender commented 1 year ago

Rust is unsupported, as stated in the wiki

Mnpn commented 1 year ago

Hi! See issue #67.