You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by GitBox <gi...@apache.org> on 2022/06/10 07:22:03 UTC

[GitHub] [incubator-devlake] klesh opened a new issue, #2156: scripts/compile-plugins.sh compiles plugins in parallel and supports compiling one plugin only

klesh opened a new issue, #2156:
URL: https://github.com/apache/incubator-devlake/issues/2156

   ## 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
   1. Let plugins compilation run in parallel
   2. Remove other plugins `.so` and recompile the specified one if EnvVar `PLUGIN` is presented
   
   ## Has the Feature been Requested Before?
   Maybe
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@devlake.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-devlake] mindlesscloud closed issue #2156: scripts/compile-plugins.sh compiles plugins in parallel and supports compiling one plugin only

Posted by GitBox <gi...@apache.org>.
mindlesscloud closed issue #2156: scripts/compile-plugins.sh compiles plugins in parallel and supports compiling one plugin only
URL: https://github.com/apache/incubator-devlake/issues/2156


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org