-
Notifications
You must be signed in to change notification settings - Fork 1
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
(ci) Add linux-arm
support
#242
Conversation
82e6e62
to
49d4604
Compare
This actually seems to work quite nicely! 🎉 After installing this using the
Running some simple command in the REPL also works:
However, it's not in any way practically "usable" on this kind of hardware because of its slowness to start the interpreter (which is hopefully caused at least partially by generic .NET overhead and not just "our own" code being slow):
By comparison, this is the amount of overhead when starting a (C-based) Python interpreter on the same hardware. Approximately 100 times faster:
Anyway, let's get this merged now. Hopefully it'll be a bit faster on Raspberry Pi 3. |
49d4604
to
e31b9cb
Compare
Tested on a Raspberry Pi 3 B+ Rev 1.3. I ran the timings multiple times to avoid any impact of a slow SD card.
|
Raspberry Pi 4 Model B Rev 1.2:
|
@slovdahl Thanks a lot! 🙏 Interesting that it indeed worked on RPi 4 as well. 🙂 I would have assumed that I needed to fix |
Correct. Raspbian is still a 32-bit distro 😒 On another RPi 4, running 64-bit Ubuntu 20.04, I get this:
|
Thanks. This has now been fixed in #243, so Perlang should now also be installable on RPi 4 running in 64-bit mode. |
This is work towards completing #241.