mirror of
https://github.com/apple/pkl.git
synced 2026-08-30 07:27:18 +02:00
Upgrade to GraalVM 25.1.3, drop macOS Intel builds (#1769)
This commit is contained in:
@@ -178,7 +178,6 @@ tasks.test {
|
||||
.joinToString(File.pathSeparator),
|
||||
)
|
||||
useJUnitPlatform {
|
||||
excludeEngines("MacAmd64LanguageSnippetTestsEngine")
|
||||
excludeEngines("MacAarch64LanguageSnippetTestsEngine")
|
||||
excludeEngines("LinuxAmd64LanguageSnippetTestsEngine")
|
||||
excludeEngines("LinuxAarch64LanguageSnippetTestsEngine")
|
||||
@@ -247,12 +246,6 @@ val testJavaExecutable by
|
||||
|
||||
tasks.check { dependsOn(testJavaExecutable) }
|
||||
|
||||
val testMacExecutableAmd64 by
|
||||
tasks.registering(Test::class) {
|
||||
dependsOn(":pkl-cli:macExecutableAmd64")
|
||||
configureExecutableTest("MacAmd64LanguageSnippetTestsEngine")
|
||||
}
|
||||
|
||||
val testMacExecutableAarch64 by
|
||||
tasks.registering(Test::class) {
|
||||
dependsOn(":pkl-cli:macExecutableAarch64")
|
||||
@@ -285,8 +278,6 @@ val testWindowsExecutableAmd64 by
|
||||
|
||||
tasks.testNativeMacOsAarch64 { dependsOn(testMacExecutableAarch64) }
|
||||
|
||||
tasks.testNativeMacOsAmd64 { dependsOn(testMacExecutableAmd64) }
|
||||
|
||||
tasks.testNativeLinuxAarch64 { dependsOn(testLinuxExecutableAarch64) }
|
||||
|
||||
tasks.testNativeLinuxAmd64 { dependsOn(testLinuxExecutableAmd64) }
|
||||
|
||||
Reference in New Issue
Block a user