Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to customize the build order? #254

Open
HONGJICAI opened this issue May 20, 2023 · 0 comments
Open

Is it possible to customize the build order? #254

HONGJICAI opened this issue May 20, 2023 · 0 comments

Comments

@HONGJICAI
Copy link

I have two large package and some small package, all of them are at the leaf node of the dependency tree

Assume this is the build time of my packages.

large:|----------------------------|
small:|---|

I always see the build order:

|----------------------------|
|---||---||---||---||---||---||----------------------------|

however, I think the best order should be something like this:

|----------------------------||---||---||---|
|----------------------------||---||---||---|

Is it possible to custom the build order?

@HONGJICAI HONGJICAI changed the title Is it possible to custom the build order? Is it possible to customize the build order? May 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant