smengcl commented on PR #4315: URL: https://github.com/apache/ozone/pull/4315#issuecomment-1464381647
Verified that build time is unchanged with normal dev workflow. Compilation passed locally in 1m59s on db3300d6caf9ca468214e081152f1ce1ce1bc7a9 with skip tests/javadoc/shade: ``` $ mvn clean install -DskipTests -e -Dmaven.javadoc.skip=true -DskipShade ... [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:59 min [INFO] Finished at: 2023-03-10T12:25:36-08:00 ``` Current master branch b1695e30f51cd069a98753e8bf67fb41f9216080 with same maven args: ``` $ mvn clean install -DskipTests -e -Dmaven.javadoc.skip=true -DskipShade [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 02:02 min [INFO] Finished at: 2023-03-10T12:28:38-08:00 ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
