We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66d8cab commit fcc13efCopy full SHA for fcc13ef
build-support/src/main/kotlin/aws/sdk/kotlin/gradle/crt/CMakeTasks.kt
@@ -156,6 +156,9 @@ private fun Project.registerCmakeBuildTask(
156
relativeBuildDir,
157
"--config",
158
buildType.toString(),
159
+ // FIXME There is a parallelism issue between linuxx64 and linuxarm64 causing flaky builds
160
+// "--parallel",
161
+// System.getProperty("org.gradle.workers.max", "16"),
162
)
163
164
val osxSdk = knTarget.konanTarget.osxDeviceSdkName
0 commit comments