asdf-community / asdf-rust

Rust plugin for the asdf version manager
https://github.com/asdf-vm/asdf
Apache License 2.0
97 stars 16 forks source link

Use statically linked musl version on Linux #24

Closed pedropombeiro closed 1 year ago

pedropombeiro commented 1 year ago

I run this plugin on a QNAP NAS which has an older GLIBC version (2.21). This means I'm stuck on Rust 1.58.1. Using the statically-linked musl version would allow Rust to run on systems that have older GLIBC versions.