You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- fix: don't exclude svm classes from `cli` jar
SVM (SubstrateVM) compile configuration classes
must be included within the `cli` jar to prevent
downstream `native-image` builds from failing.
- fix: include svm exclusions in fatjar config
Fat JARs cannot be used with `native-image`, so
these classes can still safely be excluded here.
Fixes and closesapple#907
Cherry-picked from apple#914
Signed-off-by: Sam Gammon <sam@elide.dev>
0 commit comments