-
Notifications
You must be signed in to change notification settings - Fork 245
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
feat(pacmak): build all java targets at once #849
Merged
Merged
Commits on Oct 3, 2019
-
feat(pacmak): build all java targets at once
Improve build speed by building all jsii targets at the same time, and using a special aggregate POM build for Java. - Improves speed by not unnecessarily re-reading jsii assemblies for each individual build. - Improves speed by using an aggregate POM to build all Java targets (can reuse JVM instances and compilation metadata by Maven). - Improves wall-clock time by building all languages in parallel. On my machine, reduces the time to pack the entire CDK repository from 25min user/15min wall clock to 15min user/5 min wall clock.
Configuration menu - View commit details
-
Copy full SHA for c6b05cf - Browse repository at this point
Copy the full SHA c6b05cfView commit details
Commits on Oct 4, 2019
-
Configuration menu - View commit details
-
Copy full SHA for daacb88 - Browse repository at this point
Copy the full SHA daacb88View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0c4c74 - Browse repository at this point
Copy the full SHA f0c4c74View commit details -
Configuration menu - View commit details
-
Copy full SHA for e33180c - Browse repository at this point
Copy the full SHA e33180cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f0a47f - Browse repository at this point
Copy the full SHA 0f0a47fView commit details
Commits on Oct 7, 2019
-
Rico Huijbers committed
Oct 7, 2019 Configuration menu - View commit details
-
Copy full SHA for 07953f7 - Browse repository at this point
Copy the full SHA 07953f7View commit details -
Rico Huijbers committed
Oct 7, 2019 Configuration menu - View commit details
-
Copy full SHA for c1e06d0 - Browse repository at this point
Copy the full SHA c1e06d0View commit details -
Rico Huijbers committed
Oct 7, 2019 Configuration menu - View commit details
-
Copy full SHA for 57412b2 - Browse repository at this point
Copy the full SHA 57412b2View commit details
Commits on Oct 8, 2019
-
Configuration menu - View commit details
-
Copy full SHA for bbaddaa - Browse repository at this point
Copy the full SHA bbaddaaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 093bf6c - Browse repository at this point
Copy the full SHA 093bf6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6436234 - Browse repository at this point
Copy the full SHA 6436234View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fe325e - Browse repository at this point
Copy the full SHA 1fe325eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0deced4 - Browse repository at this point
Copy the full SHA 0deced4View commit details
Commits on Oct 10, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 5eb81b1 - Browse repository at this point
Copy the full SHA 5eb81b1View commit details
Commits on Oct 11, 2019
-
Merge remote-tracking branch 'origin/master' into huijbers/parallel-b…
…uilds
Rico Huijbers committedOct 11, 2019 Configuration menu - View commit details
-
Copy full SHA for 8582457 - Browse repository at this point
Copy the full SHA 8582457View commit details -
Un-thunk all promises properly
Rico Huijbers committedOct 11, 2019 Configuration menu - View commit details
-
Copy full SHA for d32ddc4 - Browse repository at this point
Copy the full SHA d32ddc4View commit details
Commits on Oct 17, 2019
-
Configuration menu - View commit details
-
Copy full SHA for d0d03d7 - Browse repository at this point
Copy the full SHA d0d03d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41f04d3 - Browse repository at this point
Copy the full SHA 41f04d3View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.