Skip to content

Commit

Permalink
Updated submodules to get sdkutils, OOM cleanup (#318)
Browse files Browse the repository at this point in the history
* updated submodules to get sdkutils, OOM cleanup

* Added aws-c-sdkutils to setup.py
  • Loading branch information
Justin Boswell authored Oct 16, 2021
1 parent 24bf341 commit aa4511c
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,6 @@
[submodule "crt/aws-lc"]
path = crt/aws-lc
url = https://github.com/awslabs/aws-lc.git
[submodule "crt/aws-c-sdkutils"]
path = crt/aws-c-sdkutils
url = https://github.com/awslabs/aws-c-sdkutils.git
2 changes: 1 addition & 1 deletion crt/aws-c-common
1 change: 1 addition & 0 deletions crt/aws-c-sdkutils
Submodule aws-c-sdkutils added at 399f52
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ def __init__(self, name, extra_cmake_args=[], libname=None):
]))
AWS_LIBS.append(AwsLib('s2n'))
AWS_LIBS.append(AwsLib('aws-c-common'))
AWS_LIBS.append(AwsLib('aws-c-sdkutils'))
AWS_LIBS.append(AwsLib('aws-c-cal'))
AWS_LIBS.append(AwsLib('aws-c-io'))
AWS_LIBS.append(AwsLib('aws-checksums'))
Expand Down

0 comments on commit aa4511c

Please sign in to comment.