mirror of https://github.com/apache/druid.git
Speed up builds in few places (#17591)
This commit is contained in:
parent
78ce97ac95
commit
bf6b0fd9f9
|
@ -71,7 +71,7 @@ jobs:
|
|||
if: ${{ matrix.java == '17' }}
|
||||
# errorprone requires JDK 11+
|
||||
# Strict compilation requires more than 2 GB
|
||||
run: ${MVN} clean -DstrictCompile compile test-compile --fail-at-end ${MAVEN_SKIP} ${MAVEN_SKIP_TESTS}
|
||||
run: ${MVN} clean -DstrictCompile compile test-compile --fail-at-end ${MAVEN_SKIP} ${MAVEN_SKIP_TESTS} -T1C
|
||||
|
||||
- name: maven install
|
||||
if: ${{ matrix.java == '17' }}
|
||||
|
|
Loading…
Reference in New Issue