mirror of
https://github.com/apple/pkl.git
synced 2026-04-29 03:37:12 +02:00
Remove remnants of Alpine Linux workaround (#466)
This commit is contained in:
@@ -289,12 +289,7 @@ val alpineExecutableAmd64: TaskProvider<Exec> by tasks.registering(Exec::class)
|
|||||||
configureExecutable(
|
configureExecutable(
|
||||||
buildInfo.graalVmAmd64,
|
buildInfo.graalVmAmd64,
|
||||||
layout.buildDirectory.file("executable/pkl-alpine-linux-amd64"),
|
layout.buildDirectory.file("executable/pkl-alpine-linux-amd64"),
|
||||||
listOf(
|
listOf("--static", "--libc=musl")
|
||||||
"--static",
|
|
||||||
"--libc=musl",
|
|
||||||
"-H:CCompilerOption=-Wl,-z,stack-size=10485760",
|
|
||||||
"-Dorg.pkl.compat=alpine"
|
|
||||||
)
|
|
||||||
)
|
)
|
||||||
} else {
|
} else {
|
||||||
enabled = false
|
enabled = false
|
||||||
|
|||||||
@@ -40,7 +40,3 @@ fun cliMain(block: () -> Unit) {
|
|||||||
exitProcess(1)
|
exitProcess(1)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
object CliMain {
|
|
||||||
val compat: String? = System.getProperty("org.pkl.compat")
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user