philss / rustler_precompiled

Use precompiled NIFs from trusted sources in your Elixir code
181 stars 25 forks source link

Add `riscv64gc-unknown-linux-gnu` as default target #48

Closed philss closed 1 year ago

philss commented 1 year ago

This is because more machines with RISC-V CPUs are arriving, and they are good for Nerves projects, since they are cheaper then Raspberry Pis.

In this commit there is also a change to prevent duplicated values, since people may already added some of the targets that are in the list of defaults.

Closes https://github.com/philss/rustler_precompiled/issues/44

fhunleth commented 1 year ago

Awesome!!! Thanks for adding this!!! This makes using projects that use RustlerPrecompile so much easier with Nerves.