chore(deps): bump software.amazon.awssdk.crt:aws-crt from 0.44.0 to 0.45.1 (#242)
- chore(deps): bump software.amazon.awssdk.crt:aws-crt
Bumps software.amazon.awssdk.crt:aws-crt from 0.44.0 to 0.45.1.
updated-dependencies:
- dependency-name: software.amazon.awssdk.crt:aws-crt dependency-version: 0.45.1 dependency-type: direct:production update-type: version-update:semver-minor …
Signed-off-by: dependabot[bot] support@github.com
- retrigger CI
Signed-off-by: dependabot[bot] support@github.com Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ian Botsford 83236726+ianbotsf@users.noreply.github.com
版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9
京公网安备 11010802032778号
AWS CRT Kotlin
Kotlin bindings to the AWS Common Runtime
License
This project is licensed under the Apache-2.0 License.
Building
CRT interfaces are subject to change.
Linux/Unix
Testing Different Linux Distros and Architectures
run-container-test.pyhelper script to execute tests locallySee the usage/help for different distributions provided:
python3 .github/scripts/run-container.py -hOSX
Debugging simulator test issues
Xcode does not support simulator tests for <native target>
Ensure that you have an appropriate simulator runtime installed.
e.g. to install
iOSplatform support including simulator runtimes:List simulator runtimes with:
See also:
Windows
Ensure Docker is installed, then build the image using
./docker-images/build-all.sh. Run a./gradlew buildand the build and tests should be routed through to the container.