mirror of https://github.com/sbt/sbt.git
Return correct path in native executable task
Bonus: throw an error if native building fails
This commit is contained in:
parent
2ecf5967ee
commit
fb803a0994
|
|
@ -1107,8 +1107,8 @@ lazy val sbtClientProj = (project in file("client"))
|
|||
}
|
||||
thread.start()
|
||||
proc.waitFor(5, java.util.concurrent.TimeUnit.MINUTES)
|
||||
assert(proc.exitValue == 0, s"Exit value ${proc.exitValue} was nonzero")
|
||||
nativeExecutablePath.value
|
||||
file("").toPath
|
||||
},
|
||||
graalNativeImageOptions := Seq(
|
||||
"--no-fallback",
|
||||
|
|
|
|||
Loading…
Reference in New Issue