Skip to content

Commit e175542

Browse files
committed
try disabled cache and diff tmp dir?
1 parent 5e91d7c commit e175542

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,8 @@ jobs:
166166
# echo "kotlinWarningsAsErrors=true" >> $GITHUB_WORKSPACE/local.properties
167167
168168
df -h /tmp
169-
rm -rf /tmp/*
169+
export TMPDIR=/home/runner/tmp
170+
mkdir -p $TMPDIR
170171
171172
./gradlew apiCheck
172173
./gradlew build

gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ 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
78

89
# atomicfu
910
# FIXME - https://github.com/Kotlin/kotlinx-atomicfu/issues/274

0 commit comments

Comments
 (0)