Port app-ruby to use musl, the new supported unikraft glibc.
You should create the Makefile and Makefile.uk files.
You can find more information on this on the Unikraft website.
You can find a list of the external libraries the application depends on in the kraft.yaml file, under the libraries: section.
You will need to replace the newlib and pthread-embedded dependencies with musl.
Port
app-ruby
to use musl, the new supported unikraft glibc.You should create the
Makefile
andMakefile.uk
files. You can find more information on this on the Unikraft website. You can find a list of the external libraries the application depends on in thekraft.yaml
file, under thelibraries:
section. You will need to replace thenewlib
andpthread-embedded
dependencies withmusl
.Hackathon points: 50