zhangshenghang commented on code in PR #3474:
URL: https://github.com/apache/hertzbeat/pull/3474#discussion_r2174121458
##########
.github/workflows/backend-build-test.yml:
##########
@@ -46,7 +46,7 @@ jobs:
- uses: ./script/ci/github-actions/setup-deps
- name: Build with Maven
- run: mvnd clean -B package -Prelease -Dmaven.test.skip=false --file
pom.xml
+ run: mvnd clean -B package -Prelease -Dmaven.test.skip=true --file
pom.xml
Review Comment:
> Hello, but when I change it to false, CI will report an error

>
> Then I checked the dumpstream file and found the following question
>
> ```
> [ root@iv-ydgcm9hjwgcva4fp2a4g ~]# cat *.dumpstream
> #Created at 2025-06-23T06:36:49.884
> WARNING: Unknown module: org.apache.arrow.memory.core specified to
--add-opens
> #Created at 2025-06-23T06:36:52.472
> OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot
loader classes because bootstrap classpath has been appended
> ```
>
> May I ask how to solve it?
Can you provide the detailed address of the error log?
--
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]