bziobrowski opened a new pull request, #14210: URL: https://github.com/apache/pinot/pull/14210
This PR speeds up developer build (one with pinot-fastdev profile enabled) by skipping compression and e.g. npm validation. Following build command on my desktop : `mvn -DskipTests=true --also-make --projects pinot-distribution package -P'pinot-fastdev,bin-dist' -T1C` takes: in master branch - 3 minutes in this branch - 2 minutes. It looks possible to shave another 30 seconds by disabling compression in shade plugin but that'd require changing plugin code. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org