We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3fc67d commit 55bd9ccCopy full SHA for 55bd9cc
1 file changed
.github/workflows/continuous-integration.yml
@@ -70,6 +70,13 @@ jobs:
70
uses: awslabs/aws-kotlin-repo-tools/.github/actions/configure-gradle@main
71
with:
72
working-directory: ./smithy-kotlin
73
+ - name: Disable native builds # FIXME remove this step once K/N is merged
74
+ shell: bash
75
+ run: |
76
+ echo "Appending aws.kotlin.native=false to smithy-kotlin/gradle.properties..."
77
+ echo -e "\n\naws.kotlin.native=false" >> ./smithy-kotlin/gradle.properties
78
+ echo "Appending aws.kotlin.native=false to aws-sdk-kotlin/gradle.properties..."
79
+ echo -e "\n\naws.kotlin.native=false" >> ./aws-sdk-kotlin/gradle.properties
80
- name: Build smithy-kotlin
81
82
shell: bash
0 commit comments