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 5e91d7c commit e175542Copy full SHA for e175542
.github/workflows/continuous-integration.yml
@@ -166,7 +166,8 @@ jobs:
166
# echo "kotlinWarningsAsErrors=true" >> $GITHUB_WORKSPACE/local.properties
167
168
df -h /tmp
169
- rm -rf /tmp/*
+ export TMPDIR=/home/runner/tmp
170
+ mkdir -p $TMPDIR
171
172
./gradlew apiCheck
173
./gradlew build
gradle.properties
@@ -4,6 +4,7 @@ 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