Skip to content

Commit fdc4808

Browse files
authored
Disable cross-compilation for integrational tests (#544)
Follow up for #540. See KT-78372.
1 parent 27ecdbc commit fdc4808

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
##
2-
## Copyright 2016-2023 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
2+
## Copyright 2016-2025 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
33
##
44
kotlin_version=2.1.21
55
atomicfu_version=0.28.0-SNAPSHOT
66

77
org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=2g
8+
9+
kotlin.native.enableKlibsCrossCompilation=false
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=2g
2+
3+
kotlin.native.enableKlibsCrossCompilation=false
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
##
2-
## Copyright 2016-2023 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
2+
## Copyright 2016-2025 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
33
##
44
kotlin_version=2.1.21
55
atomicfu_version=0.28.0-SNAPSHOT
66

77
org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=2g
8+
9+
kotlin.native.enableKlibsCrossCompilation=false
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
##
2-
## Copyright 2016-2023 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
2+
## Copyright 2016-2025 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
33
##
44
kotlin_version=2.1.21
55

66
org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=2g
7+
8+
kotlin.native.enableKlibsCrossCompilation=false

0 commit comments

Comments
 (0)