unikraft / app-nettle-test

Application test for the libnettle library
Other
0 stars 1 forks source link

Port `app-nettle-test` to use musl #1

Open StefanJum opened 1 year ago

StefanJum commented 1 year ago

Port app-nettle-test 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 dependency with musl.

Hackathon points: 20

LeKog commented 1 year ago

Working on this