Skip to content

Commit

Permalink
Speed up builds in few places (#17591)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekagarwal87 authored Dec 19, 2024
1 parent 78ce97a commit bf6b0fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/static-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}
Expand Down
2 changes: 1 addition & 1 deletion it.sh
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ case $CMD in
usage
;;
"ci" )
mvn -q clean install dependency:go-offline -P dist $MAVEN_IGNORE
mvn -q clean install dependency:go-offline -P dist $MAVEN_IGNORE -T1C
;;
"build" )
mvn -B clean install -P dist $MAVEN_IGNORE -T1.0C $*
Expand Down

0 comments on commit bf6b0fd

Please sign in to comment.