Skip to content

Commit

Permalink
fixup! Add a TC build config for building with Kotlin master
Browse files Browse the repository at this point in the history
The artifacts/kotlin directory with unpacked Kotlin already contains the native prebuilt distributive in
artifacts/kotlin/org/jetbrains/kotlin/kotlin-native-prebuilt/<version>/ directory.
  • Loading branch information
qurbonzoda committed Oct 18, 2024
1 parent 29ef032 commit 09a7866
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .teamcity/additionalConfiguration.kt
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,7 @@ fun Project.buildWithKotlinMaster(platform: Platform, versionBuild: BuildType) =
artifacts {
buildRule = lastSuccessful()
cleanDestination = true
artifactRules = "+:maven.zip!**=>artifacts/kotlin\n" +
"+:kotlin-native-prebuilt-linux-x86_64-%$kotlinVersionParameter%.tar.gz!**=>artifacts/native"
artifactRules = "+:maven.zip!**=>artifacts/kotlin"
}
}

Expand Down

0 comments on commit 09a7866

Please sign in to comment.