Skip to content

Commit 6ea643c

Browse files
authored
Add --no-fallback to graalvm native-image configuration (#3820)
* add `--no-fallback` to graalvm native-image configuration * formatting lol
1 parent 9181926 commit 6ea643c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

project/settings/package.mill.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ trait CliLaunchers extends SbtModule { self =>
165165
if (usesDocker) s"/data/$staticLibDirName"
166166
else staticLibDir().path.toString
167167
super.nativeImageOptions() ++ Seq(
168+
"--no-fallback",
168169
s"-H:IncludeResources=$localRepoResourcePath",
169170
s"-H:IncludeResources=$launcherTypeResourcePath",
170171
s"-H:IncludeResources=$defaultFilesResourcePath/.*",

0 commit comments

Comments
 (0)