Skip to content

Commit

Permalink
fix: Remove native image flag that breaks GraalVM CE builds, Fixes #1979
Browse files Browse the repository at this point in the history
. (#1991)

Removes the -H:+BuildReport flag from the native image module configuration. This will allow builds
on GraalVM CE to run successfully.

Fixes #1979
  • Loading branch information
hessjcg authored May 21, 2024
1 parent 249f85b commit d14892f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
Args =\
-H:+UnlockExperimentalVMOptions \
-H:+AddAllCharsets \
-H:+BuildReport \
-H:ReflectionConfigurationResources=META-INF/native-image/com.google.cloud.sql/cloud-sql-jdbc-socket-factory-parent/jni-unix-socket-config.json \
-H:ResourceConfigurationResources=META-INF/native-image/com.google.cloud.sql/cloud-sql-jdbc-socket-factory-parent/resource-config.json \
-H:DynamicProxyConfigurationResources=META-INF/native-image/com.google.cloud.sql/cloud-sql-jdbc-socket-factory-parent/proxy-config.json \
Expand Down

0 comments on commit d14892f

Please sign in to comment.