File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4141 run : |
4242 python3 -c "from urllib.request import urlretrieve; urlretrieve('${{ env.BUILDER_HOST }}/${{ env.BUILDER_SOURCE }}/${{ env.BUILDER_VERSION }}/builder.pyz?run=${{ env.RUN }}', 'builder')"
4343 chmod a+x builder
44- AWS_CRT_SWIFT_CI_DIR="${{ env.AWS_CRT_SWIFT_CI_DIR }}" AWS_SDK_SWIFT_CI_DIR="${{ env.AWS_SDK_SWIFT_CI_DIR }}" SMITHY_SWIFT_CI_DIR="${{ env.SMITHY_SWIFT_CI_DIR }}" ./builder build -p ${{ env.PACKAGE_NAME }} --spec downstream
44+ AWS_CRT_SWIFT_CI_DIR="${{ env.AWS_CRT_SWIFT_CI_DIR }}" AWS_SDK_SWIFT_CI_DIR="${{ env.AWS_SDK_SWIFT_CI_DIR }}" SMITHY_SWIFT_CI_DIR="${{ env.SMITHY_SWIFT_CI_DIR }}" AWS_SWIFT_SDK_USE_LOCAL_DEPS=1 ./builder build -p ${{ env.PACKAGE_NAME }} --spec downstream
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ let package = Package(
1313 . library( name: " SmithyTestUtil " , targets: [ " SmithyTestUtil " ] )
1414 ] ,
1515 dependencies: [
16- . package ( url: " https://github.com/awslabs/aws-crt-swift.git " , . exact( " 0.5.7 " ) ) ,
16+ . package ( url: " https://github.com/awslabs/aws-crt-swift.git " , . exact( " 0.5.8 " ) ) ,
1717 . package ( url: " https://github.com/apple/swift-log.git " , from: " 1.0.0 " ) ,
1818 . package ( url: " https://github.com/MaxDesiatov/XMLCoder.git " , from: " 0.13.0 " )
1919 ] ,
You can’t perform that action at this time.
0 commit comments