Description
scripts/compile-plugins.sh currently compile all plugins in sequential order, which is very slow. Another problem is sometimes when we working on a specific plugin, we would like to skip all other plugins and focus on one and one only.
Describe the solution you'd like
- Let plugins compilation run in parallel
- Remove other plugins
.so and recompile the specified one if EnvVar PLUGIN is presented
Has the Feature been Requested Before?
Maybe
Description
scripts/compile-plugins.shcurrently compile all plugins in sequential order, which is very slow. Another problem is sometimes when we working on a specific plugin, we would like to skip all other plugins and focus on one and one only.Describe the solution you'd like
.soand recompile the specified one if EnvVarPLUGINis presentedHas the Feature been Requested Before?
Maybe