File tree Expand file tree Collapse file tree 2 files changed +11
-8
lines changed Expand file tree Collapse file tree 2 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 77 - ' !main'
88
99env :
10- BUILDER_VERSION : v0.7.7
11- BUILDER_SOURCE : releases
10+ BUILDER_VERSION : fix-dependency-steps
11+ BUILDER_SOURCE : channels
1212 BUILDER_HOST : https://d19elf31gohf1l.cloudfront.net
1313 PACKAGE_NAME : aws-crt-kotlin
1414 LINUX_BASE_IMAGE : ubuntu-16-x64
3434 export DOCKER_IMAGE=docker.pkg.github.com/awslabs/aws-crt-builder/aws-crt-${{ matrix.image }}:${{ env.BUILDER_VERSION }}
3535 docker pull $DOCKER_IMAGE
3636 docker run --mount type=bind,source=$(pwd),target=/root/${{ env.PACKAGE_NAME }} \
37- --env GITHUB_REF $DOCKER_IMAGE build -p ${{ env.PACKAGE_NAME }} --build-dir=/root/${{ env.PACKAGE_NAME }} --spec=downstream
37+ --env GITHUB_REF $DOCKER_IMAGE --version $BUILDER_VERSION build -p ${{ env.PACKAGE_NAME }} --build-dir=/root/${{ env.PACKAGE_NAME }} --spec=downstream
3838
Original file line number Diff line number Diff line change 11{
22 "name" : " aws-crt-kotlin" ,
33 "packages" : [],
4+ "variables" : {
5+ "gradlew" : " {project_source_dir}/gradlew -p {project_source_dir}"
6+ },
47 "build_steps" : [
5- " ./ gradlew -x test -x allTests -x jvmTest build"
8+ " { gradlew} -x test -x allTests -x jvmTest build"
69 ],
710 "post_build_steps" : [
8- " ./ gradlew publishToMavenLocal"
11+ " { gradlew} publishToMavenLocal"
912 ],
1013 "test_steps" : [
11- " ./ gradlew test allTests"
14+ " { gradlew} test allTests"
1215 ],
1316 "imports" : [
1417 " JDK8"
3841 " s2n"
3942 ],
4043 "!build_steps" : [
41- " ./ gradlew -x test -x allTests -x jvmTest build -Dlibcrypto.path={libcrypto_path}"
44+ " { gradlew} -x test -x allTests -x jvmTest build -Dlibcrypto.path={libcrypto_path}"
4245 ],
4346 "!test_steps" : [
44- " ./ gradlew test allTests -Dlibcrypto.path={libcrypto_path}"
47+ " { gradlew} test allTests -Dlibcrypto.path={libcrypto_path}"
4548 ]
4649 }
4750 }
You can’t perform that action at this time.
0 commit comments