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

fix: enabling parallel build of VM native code #451

Merged
merged 2 commits into from
Jan 13, 2020

Conversation

dkimitsa
Copy link
Contributor

parallel build was broken as most of modules hadn't no dependency set to extgc as result these failed in parallel mode.
with these dependencies android RT(has no dependency to extgc) starts building first while libatomic/bdwgc is being downloaded. once dbwgc is ready all other modules being build in parallel.

@dkimitsa dkimitsa mentioned this pull request Jan 12, 2020
@Tom-Ski Tom-Ski merged commit 6fc2769 into MobiVM:jdk12 Jan 13, 2020
@dkimitsa dkimitsa deleted the jdk12-vm-parallel-build branch January 13, 2020 20:56
dkimitsa added a commit to dkimitsa/robovm that referenced this pull request Apr 9, 2020
dkimitsa added a commit to dkimitsa/robovm that referenced this pull request Apr 9, 2020
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

Successfully merging this pull request may close these issues.

2 participants