Use GraalVM CE 22.3.1 to fix Nightly Build#23728
Merged
Merged
Conversation
7 tasks
49a9df8 to
df9157c
Compare
- Update OpenGauss JDBC to 3.1.0-og to match GraalVM reachability metadata - Update Commons DBCP2 to 2.9.0 to match GraalVM reachability metadata in the future nativeTest - Update native-maven-plugin to 0.9.19 to output richer Native Image build logs
df9157c to
19c5b19
Compare
Codecov Report
@@ Coverage Diff @@
## master #23728 +/- ##
=========================================
Coverage 49.78% 49.78%
Complexity 2469 2469
=========================================
Files 4104 4104
Lines 58344 58344
Branches 10128 10128
=========================================
Hits 29048 29048
Misses 26794 26794
Partials 2502 2502 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
linghengqian
commented
Jan 25, 2023
Member
Author
There was a problem hiding this comment.
I'm not sure why a CI Job is timing out without an Error Log. Refer to https://github.com/apache/shardingsphere/actions/runs/4006174048/jobs/6877845226 .
TeslaCN
reviewed
Jan 25, 2023
terrymanu
approved these changes
Jan 26, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
For #21347.
Changes proposed in this pull request:
java-version: 'dev'for GraalVM dev builds graalvm/setup-graalvm#31 .org.opengauss:opengauss-jdbc:3.1.0-ogoracle/graalvm-reachability-metadata#168 .org.apache.commons:commons-dbcp2:2.9.0oracle/graalvm-reachability-metadata#202 .Before committing this PR, I'm sure that I have checked the following options:
./mvnw clean install -B -T1C -Dmaven.javadoc.skip -Dmaven.jacoco.skip -e.