ekalinin / nodeenv

Virtual environment for Node.js & integrator with virtualenv
http://ekalinin.github.io/nodeenv/
Other
1.69k stars 204 forks source link

Add support for riscv64 #313

Closed Avimitin closed 1 year ago

Avimitin commented 1 year ago

This PR adds the ability for nodeenv to detect RISC-V 64 architecture and download pre-built nodejs from unofficial upstream. Tested in Arch Linux RISC-V 64.

Follow the instruction to setup Arch Linux RISC-V QEMU environment. Then just run the python setup.py test.

Avimitin commented 1 year ago

CI Fixed.

ekalinin commented 1 year ago

Thanks!