unikraft / app-helloworld-cpp

kraft-ready repo for building c++ applications with Unikraft
3 stars 16 forks source link

Ensure the needed dependencies are selected and update the way `kraft up` is run #3

Closed mogasergiu closed 2 years ago

mogasergiu commented 2 years ago

Some build time errors would sometimes occur as some of the dependencies would not actually be selected and in order to change that kraft.yaml has been updated. What is more, the way kraft up is run has also been updated as now the -t option seems to be mandatory.