rik-org / rik

RIK is an experimental workload orchestrator that allows you to deploy your cloud applications, written in Rust.
https://rik-org.github.io/rik/
Apache License 2.0
68 stars 11 forks source link

Lower the libc needed for riklet usage #124

Open alexandrebrg opened 1 year ago

alexandrebrg commented 1 year ago

What needs to be done

We can either lower the libc version needed in order to run riklet (might collapse with some package requirements), or we can use musl build in order to provide static binding to kernels.

Why it needs to be done

We currently have issues where the riklet build is needing a libc version that is higher than most distributions provide (1.34+).