includeos / IncludeOS

A minimal, resource efficient unikernel for cloud services
https://www.includeos.org
Apache License 2.0
4.86k stars 358 forks source link

Make dependencies optional #2243

Open MagnusS opened 4 weeks ago

MagnusS commented 4 weeks ago

We currently build all dependencies when we build ./default.nix, but ideally they should only be built if a service depended on them. This would at least require cmake flags to be added for optionally enabling them -- and possibly matching flags in the nix build when includeos is included as a dependency.