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 45c19c8 commit ca13302Copy full SHA for ca13302
.github/workflows/continuous-integration.yml
@@ -174,10 +174,12 @@ jobs:
174
# echo "kotlinWarningsAsErrors=true" >> $GITHUB_WORKSPACE/local.properties
175
176
df -h /tmp
177
- export TMPDIR=/home/runner/tmp
178
- mkdir -p $TMPDIR
179
180
./gradlew apiCheck
+ ./gradlew clean
+
181
+ df -h /tmp
182
183
./gradlew build
184
185
- name: Save Test Reports
gradle.properties
@@ -4,7 +4,6 @@ kotlin.incremental.multiplatform=true
4
kotlin.mpp.stability.nowarn=true
5
kotlin.mpp.enableCInteropCommonization=true
6
kotlin.native.ignoreDisabledTargets=true
7
-kotlin.native.cacheKind.linuxX64=none
8
9
# atomicfu
10
# FIXME - https://github.com/Kotlin/kotlinx-atomicfu/issues/274
0 commit comments