mirror of
https://github.com/apple/pkl.git
synced 2026-07-16 10:02:46 +02:00
Upgrade to GraalVM 25.1.3, drop macOS Intel builds (#1769)
This commit is contained in:
@@ -42,12 +42,6 @@ val testMacExecutableAarch64 =
|
||||
configureNativeTest()
|
||||
}
|
||||
|
||||
val testMacExecutableAmd64 =
|
||||
tasks.register<Test>("testMacExecutableAmd64") {
|
||||
dependsOn(":pkl-cli:macExecutableAmd64")
|
||||
configureNativeTest()
|
||||
}
|
||||
|
||||
val testLinuxExecutableAmd64 =
|
||||
tasks.register<Test>("testLinuxExecutableAmd64") {
|
||||
dependsOn(":pkl-cli:linuxExecutableAmd64")
|
||||
@@ -74,8 +68,6 @@ val testWindowsExecutableAmd64 =
|
||||
|
||||
tasks.testNativeMacOsAarch64 { dependsOn(testMacExecutableAarch64) }
|
||||
|
||||
tasks.testNativeMacOsAmd64 { dependsOn(testMacExecutableAmd64) }
|
||||
|
||||
tasks.testNativeLinuxAarch64 { dependsOn(testLinuxExecutableAarch64) }
|
||||
|
||||
tasks.testNativeLinuxAmd64 { dependsOn(testLinuxExecutableAmd64) }
|
||||
|
||||
Reference in New Issue
Block a user