Skip to content

Commit

Permalink
Fix options configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
olyagpl committed Dec 16, 2024
1 parent 9d95549 commit 7c125d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,8 @@
<imageName>multithreading-image-improved</imageName>
<fallback>false</fallback>
<buildArgs>
<buildArg>
-H:+UnlockExperimentalVMOptions -H:+BuildReport --initialize-at-build-time
</buildArg>
<buildArg>-H:+UnlockExperimentalVMOptions -H:+BuildReport</buildArg>
<buildArg>--initialize-at-build-time</buildArg>
</buildArgs>
<agent>
<enabled>true</enabled>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,8 @@
<imageName>multithreading-image-oversized</imageName>
<fallback>false</fallback>
<buildArgs>
<buildArg>
--no-fallback -H:+UnlockExperimentalVMOptions -H:+BuildReport --initialize-at-build-time
</buildArg>
<buildArg>-H:+UnlockExperimentalVMOptions -H:+BuildReport</buildArg>
<buildArg>--initialize-at-build-time</buildArg>
</buildArgs>
<agent>
<enabled>true</enabled>
Expand Down

0 comments on commit 7c125d3

Please sign in to comment.