Skip to content

Commit ad002ad

Browse files
committed
enable cache and try using diff tmp dir
1 parent 69d8699 commit ad002ad

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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

gradle.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ kotlin.incremental.multiplatform=true
44
kotlin.mpp.stability.nowarn=true
55
kotlin.mpp.enableCInteropCommonization=true
66
kotlin.native.ignoreDisabledTargets=true
7-
kotlin.native.cacheKind.linuxX64=none
87

98
# atomicfu
109
# FIXME - https://github.com/Kotlin/kotlinx-atomicfu/issues/274

0 commit comments

Comments
 (0)