Commit 6978173
Add explicit dependency on signing tasks to native test tasks
Workaround for TeamCity build failure:
Gradle detected a problem with the following location: '/mnt/agent/work/ffc241641683f2f5/runtime/build/classes/kotlin/linuxX64/main/klib'.
Reason: Task ':kotlinx-benchmark-runtime:compileTestKotlinLinuxX64' uses this output of task ':kotlinx-benchmark-runtime:signLinuxX64Publication' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed.1 parent 343e70a commit 6978173
1 file changed
+9
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
101 | 103 | | |
102 | 104 | | |
103 | 105 | | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
0 commit comments