-
Notifications
You must be signed in to change notification settings - Fork 110
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build fixes by updating CRT to v0.10.5 (#161)
- BUILD FIX: Temporarily remove Aws::Crt::StringView and Aws::Crt::ImdsClient until cross-platform build issues are figured out. - BUILD FIX: Fix aarch64 detection/support. - BUILD FIX: Update S2N to solve the compiler warning.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule aws-crt-cpp
updated
12 files
+11 −4 | CMakeLists.txt | |
+1 −1 | aws-common-runtime/aws-c-common | |
+1 −1 | aws-common-runtime/s2n | |
+1 −1 | builder.json | |
+65 −0 | cmake/AwsCheckHeadersCxx.cmake | |
+0 −335 | include/aws/crt/ImdsClient.h | |
+0 −852 | include/aws/crt/StringView.h | |
+0 −14 | include/aws/crt/Types.h | |
+0 −384 | source/ImdsClient.cpp | |
+0 −7 | tests/CMakeLists.txt | |
+0 −167 | tests/ImdsClientTest.cpp | |
+0 −128 | tests/StringViewTest.cpp |