We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68dfd34 commit 1836bd9Copy full SHA for 1836bd9
.github/workflows/base.yml
@@ -70,7 +70,7 @@ env:
70
DB_USER: hibernate_orm_test
71
DB_PASSWORD: hibernate_orm_test
72
DB_NAME: hibernate_orm_test
73
- NATIVE_TEST_MAVEN_OPTS: "--fail-at-end -Dtest-containers -Dstart-containers -DfailIfNoTests=false -Dquarkus.native.native-image-xmx=13g -Dnative -Dnative.surefire.skip -Dformat.skip -Dno-descriptor-tests install -DskipDocs"
+ NATIVE_TEST_MAVEN_OPTS: "--fail-at-end -Dtest-containers -Dstart-containers -DfailIfNoTests=false -Dquarkus.native.native-image-xmx=13g -Dnative -Dnative.surefire.skip -Dformat.skip -Dno-descriptor-tests install -DskipDocs -Dquarkus.native.additional-build-args-append=-ea,-esa,-J-ea,-J-esa"
74
MX_GIT_CACHE: refcache
75
JAVA_HOME: ${{ github.workspace }}/openjdk
76
GRAALVM_HOME: ${{ github.workspace }}/graalvm-home
0 commit comments