-
Notifications
You must be signed in to change notification settings - Fork 175
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update CRT submodules to latest releases (#1195)
Update the CRT libraries to the latest releases. In particular, include: * Support full object checksum and crc64nvme. ([awslabs/aws-c-s3#468](awslabs/aws-c-s3#468)) <details> <summary>Full CRT changelog:</summary> ``` Submodule mountpoint-s3-crt-sys/crt/aws-c-common be8ed873..fadfef49: > Support relative paths when prebuilding dependencies with CMake (#1174) > Switch CI to use roles (#1173) Submodule mountpoint-s3-crt-sys/crt/aws-c-s3 45894ed3..337155f6: > Support full object checksum (#468) > [meta request]: assign shutdown_callback inside critical region (#470) > Switch CI to use roles (#463) ``` </details> ### Does this change impact existing behavior? No. ### Does this change need a changelog entry? No. --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and I agree to the terms of the [Developer Certificate of Origin (DCO)](https://developercertificate.org/). Signed-off-by: Alessandro Passaro <[email protected]>
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule aws-c-common
updated
3 files
+1 −1 | .github/workflows/clang-tidy.yml | |
+12 −6 | .github/workflows/codecov.yml | |
+2 −3 | cmake/AwsPrebuildDependency.cmake |
Submodule aws-c-s3
updated
28 files