Skip to content

Commit

Permalink
Install compiled artifacts
Browse files Browse the repository at this point in the history
Multi-Release JARs are causing error_prone/javadoc/surefire to use the latest compilation unit
while resolving dependencies for other modules.
  • Loading branch information
wendigo committed Feb 26, 2025
1 parent be9dfef commit 07d3008
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ jobs:
run: |
export MAVEN_OPTS="${MAVEN_INSTALL_OPTS}"
# Skip checks, these are run in `maven-checks` job and e.g. checkstyle is expensive.
$MAVEN ${MAVEN_TEST} -T 1C clean compile test-compile -DskipTests -Dair.check.skip-all=true ${MAVEN_GIB} -Dgib.buildUpstream=never -P errorprone-compiler \
$MAVEN ${MAVEN_TEST} -T 1C clean compile test-compile install -DskipTests -Dair.check.skip-all=true ${MAVEN_GIB} -Dgib.buildUpstream=never -P errorprone-compiler \
-pl '!:trino-docs,!:trino-server'
test-jdbc-compatibility:
Expand Down Expand Up @@ -328,7 +328,7 @@ jobs:
- name: Maven Tests
id: tests
run: |
$MAVEN test ${MAVEN_TEST} -pl '
$MAVEN test install ${MAVEN_TEST} -pl '
!:trino-base-jdbc,
!:trino-bigquery,
!:trino-cassandra,
Expand Down

0 comments on commit 07d3008

Please sign in to comment.