Skip to content

Commit 3f35b7b

Browse files
committed
Disable parallelism
1 parent 55fadbb commit 3f35b7b

File tree

1 file changed

+0
-2
lines changed
  • build-support/src/main/kotlin/aws/sdk/kotlin/gradle/crt

1 file changed

+0
-2
lines changed

build-support/src/main/kotlin/aws/sdk/kotlin/gradle/crt/CMakeTasks.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,6 @@ private fun Project.registerCmakeBuildTask(
156156
relativeBuildDir,
157157
"--config",
158158
buildType.toString(),
159-
"--parallel",
160-
System.getProperty("org.gradle.workers.max", "16"),
161159
)
162160

163161
val osxSdk = knTarget.konanTarget.osxDeviceSdkName

0 commit comments

Comments
 (0)