-
Notifications
You must be signed in to change notification settings - Fork 245
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Speed up build: unnecessary invalidation in the incremental recompile…
… mode [databricks] (#9698) Fixes #9691 This PR aims at reducing unnecessary IncrementalCompiler output invalidations due to jar updates - Update build info only when the HEAD revision changes, or on clean - Produce the final aggregator jar only if the shade plugin output changed - Skip generating META-INF/ShimServiceProvider if already exists - It was not breaking anything but it does not make sense to have -Xsource:2.13 in the 2.12 build - Replace `skip` by `maven.scaladoc.skip` in docs and scripts as a follow up to #9615 - fix binary-dedupe to not look outside the target/parallel-world dir - optional skip for unpack of nightly dependencies, need a general caching solution Repeated executions Wall Clock pre-PR | Wall Clock post-PR | Maven command | -- | -- | -- | | `01:10 min` | `13.004 s` | `mvn package -pl tests -am -Dbuildver=330 \` <br> ` -Dmaven.scaladoc.skip -DskipTests` | | `01:23 min` | `25.801 s` | `mvn package -pl tests -am -Dbuildver=330 \` <br> ` -Dmaven.scaladoc.skip -Dsuffixes=rapids.CastOpSuite \`<br> ` -Dtests='Cast from string to timestamp'` | | `01:30 min` | `30.00 s` | `mvn package -Dbuildver=330 \`<br>` -Ddist.jar.compress=false -DskipTests -Dmaven.scaladoc.skip` | | `48.769 s` | `19.253 s` | `mvn -T1C package -pl dist -am -Dbuildver=330 \`<br> ` -Ddist.jar.compress=false -DskipTests \`<br> ` -Drapids.jni.unpack.skip=true` | --------- Signed-off-by: Gera Shegalov <[email protected]> Co-authored-by: Jason Lowe <[email protected]>
- Loading branch information
1 parent
2759c66
commit 30c3df3
Showing
16 changed files
with
408 additions
and
101 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.