Skip to content

Commit

Permalink
Exclude svmt (Truffle Runtime SVM) component as well
Browse files Browse the repository at this point in the history
Since we explicitly don't build and ship core truffle packages there is
no point in including this component.

Required by oracle/graal#9957 to resolve
graalvm/mandrel#805 but makes sense to merge
regardless of whether graalvm/mandrel#805 will
end up being accepted or not.
  • Loading branch information
zakkak committed Oct 24, 2024
1 parent fb68445 commit 8ad3b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.java
Original file line number Diff line number Diff line change
Expand Up @@ -1209,7 +1209,7 @@ static Function<BuildArgs, Tasks.Exec> mxbuild(
, javaHome.toString()
, "--native-images=lib:native-image-agent,lib:native-image-diagnostics-agent"
, "--components=ni"
, "--exclude-components=nju,svmnfi,svml,tflm"
, "--exclude-components=nju,svmnfi,svml,tflm,svmt"
, options.disableDebuginfoStripping ? "--disable-debuginfo-stripping" : ""
, "build"
)
Expand Down

0 comments on commit 8ad3b8e

Please sign in to comment.