-
-
Notifications
You must be signed in to change notification settings - Fork 390
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cleanup after native image #4276
Conversation
return exePath.getAbsolutePath(); | ||
} | ||
String javaHome = System.getProperty("java.home"); | ||
String jvmId = "temurin:17"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FYI, in Scala CLI (and also maybe in the coursier CLI), there's a check of the version of the local JVM before downloading one. If the version of the local one is high enough, it just uses it rather than downloading a new one.
readme.adoc
Outdated
---- | ||
|
||
ThYou can also use `dist.native.installLocal` for a Graal Native Image executable, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ThYou can also use `dist.native.installLocal` for a Graal Native Image executable, | |
You can also use `dist.native.installLocal` for a Graal Native Image executable, |
|
||
def jvmIndex0(): Task[JvmIndex] = { | ||
val coursierCache0 = FileCache[Task]() | ||
.withLogger(coursier.cache.loggers.RefreshLogger.create()) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@alexarchambault for some reason this doesn't seem to be showing any progress logger on the terminal. Not sure why
java
.mill-jvm-version
-native
and non-native
mill executablesdist/package.mill
def fix
overrides now that.fix
on empty modules no longer crashes