cloudkernels / vaccel

A meta repo for gathering all the necessary components for running (and releasing) a vaccel environment
10 stars 2 forks source link

Build script does not build plugins with `all` flag #36

Closed bchalios closed 3 years ago

bchalios commented 3 years ago

Component(s) that need(s) improvement

  1. vaccel: fix build.sh to build plugins with all flag

Describe the improvement build.sh is used to facilitate the building of the vAccel components. The all flag is there to allow building all components, but currently it doesn't build the plugins that are not part of the vaccelrt submodule. We need to add them.