unikraft / app-ruby

Ruby on Unikraft
3 stars 3 forks source link

Port `app-ruby` to use musl #3

Open StefanJum opened 1 year ago

StefanJum commented 1 year ago

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.

Hackathon points: 50

socah commented 1 year ago

Working on it.