File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -164,6 +164,11 @@ jobs:
164164 run : |
165165 # FIXME K2. Re-enable warnings as errors after this warning is removed: https://youtrack.jetbrains.com/issue/KT-68532
166166 # echo "kotlinWarningsAsErrors=true" >> $GITHUB_WORKSPACE/local.properties
167+
168+ df -h /tmp
169+ export TMPDIR=/home/runner/tmp
170+ mkdir -p $TMPDIR
171+
167172 ./gradlew apiCheck
168173 ./gradlew build
169174
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ kotlin.incremental.multiplatform=true
44kotlin.mpp.stability.nowarn =true
55kotlin.mpp.enableCInteropCommonization =true
66kotlin.native.ignoreDisabledTargets =true
7- kotlin.native.cacheKind.linuxX64 =none
87
98# atomicfu
109# FIXME - https://github.com/Kotlin/kotlinx-atomicfu/issues/274
You can’t perform that action at this time.
0 commit comments