Skip to content

Commit 5998fe4

Browse files
committed
ci: disable Kotlin Native incremental compilation in build workflow
- Update the full build command to include `-Pkotlin.incremental.native=false`. - Update the FIXME comment to note that incremental compilation should be re-enabled along with the build cache after updating Kotlin beyond version 2.3.21.
1 parent cd87b8c commit 5998fe4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/kmp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Quick build
4343
run: ./gradle/build_quick.sh
4444
- name: Full build
45-
run: ./gradlew build --no-build-cache #FIXME enable build-cache after update Kotlin > 2.3.21
45+
run: ./gradlew build --no-build-cache -Pkotlin.incremental.native=false #FIXME enable build-cache & incremental compilation after update Kotlin > 2.3.21
4646
- name: Archive build-output artifacts
4747
if: always()
4848
uses: actions/upload-artifact@v7

0 commit comments

Comments
 (0)