File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4343 role-to-assume : ${{ secrets.CI_AWS_ROLE_ARN }}
4444 aws-region : us-west-2
4545 - name : Generate Artifact Size Metrics
46- run : ./gradlew artifactSizeMetrics
46+ run : ./gradlew -Paws.kotlin.native=false artifactSizeMetrics
4747 - name : Analyze Artifact Size Metrics
4848 run : ./gradlew analyzeArtifactSizeMetrics
4949 - name : Show Results
Original file line number Diff line number Diff line change 5252 pwd
5353 ls -lsa
5454 kat bump-version # Bump from `vNext-SNAPSHOT` to `vNext`. kat transform only works on non-SNAPSHOT versions
55- ./gradlew build
56- ./gradlew publishAllPublicationsToTestLocalRepository
55+ ./gradlew -Paws.kotlin.native=false build
56+ ./gradlew -Paws.kotlin.native=false publishAllPublicationsToTestLocalRepository
5757
5858 - name : Transform
5959 working-directory : ./aws-crt-kotlin
You can’t perform that action at this time.
0 commit comments