cryptoe opened a new pull request, #20175:
URL: https://github.com/apache/druid/pull/20175
### Description
The strict-compilation CI job runs:
` mvn -B clean -DstrictCompile compile test-compile --fail-at-end -P
skip-tests -Dweb.console.skip=true -T1C`
` test-compile` already implies compile, and Maven builds a separate
execution plan per task on the command line so every phase up to and including
compile runs twice for all 75 modules. That means two full Error Prone compile
passes over src/main, plus two rounds of every plugin bound at or before
compile.
Removing the compile keyword should speed up the CI.
#### Release notes
None, CI only fix.
--
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]