mirror of
https://github.com/apple/pkl.git
synced 2026-07-07 21:45:22 +02:00
Vendor paguro's RrbTree, fix an int overflow breaking large Lists (#1337)
This commit is contained in:
@@ -120,6 +120,9 @@ tasks.test {
|
||||
excludeEngines("AlpineLanguageSnippetTestsEngine")
|
||||
excludeEngines("WindowsLanguageSnippetTestsEngine")
|
||||
}
|
||||
|
||||
// testing very large lists requires more memory than the default 512m!
|
||||
maxHeapSize = "1g"
|
||||
}
|
||||
|
||||
val testJavaExecutable by
|
||||
@@ -135,6 +138,9 @@ val testJavaExecutable by
|
||||
// executable;
|
||||
// to verify that we don't want to include them here)
|
||||
(configurations.testRuntimeClasspath.get() - configurations.runtimeClasspath.get())
|
||||
|
||||
// testing very large lists requires more memory than the default 512m!
|
||||
maxHeapSize = "1g"
|
||||
}
|
||||
|
||||
tasks.check { dependsOn(testJavaExecutable) }
|
||||
|
||||
Reference in New Issue
Block a user