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 41
41
run : |
42
42
python3 -c "from urllib.request import urlretrieve; urlretrieve('${{ env.BUILDER_HOST }}/${{ env.BUILDER_SOURCE }}/${{ env.BUILDER_VERSION }}/builder.pyz?run=${{ env.RUN }}', 'builder')"
43
43
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(
13
13
. library( name: " SmithyTestUtil " , targets: [ " SmithyTestUtil " ] )
14
14
] ,
15
15
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 " ) ) ,
17
17
. package ( url: " https://github.com/apple/swift-log.git " , from: " 1.0.0 " ) ,
18
18
. package ( url: " https://github.com/MaxDesiatov/XMLCoder.git " , from: " 0.13.0 " )
19
19
] ,
You can’t perform that action at this time.
0 commit comments