You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, some GitHub workflows must build the whole project and then do some checks.
This is time-consuming and costs more than 17 minutes.:
Actually, maven 3+ has supported parallel build which supports building the project with multi-threads. This feature can help us to reduce the compile time cost.
There are already two issues that tried to resolve this problem but not keep on going now: #7784 #8242
#8242 pointed out that inlong-distribution module will cause parallel packaging failure, so, we can skip the distribution when building the project since it does not affect the GitHub workflow.
Description
Currently, some GitHub workflows must build the whole project and then do some checks.
This is time-consuming and costs more than 17 minutes.:
Actually, maven 3+ has supported parallel build which supports building the project with multi-threads. This feature can help us to reduce the compile time cost.
There are already two issues that tried to resolve this problem but not keep on going now:
#7784
#8242
#8242 pointed out that
inlong-distribution
module will cause parallel packaging failure, so, we can skip the distribution when building the project since it does not affect the GitHub workflow.InLong Component
Other for not specified component
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: