Necessary changes were made in the s2n module to support AIX OS.#5724
Necessary changes were made in the s2n module to support AIX OS.#5724maddeleine merged 1 commit intoaws:mainfrom
Conversation
Some of the linker flags are not supported on AIX.
|
Please check #5723 for this PR. |
|
Hi thanks for the contribution. With this change, do the s2n-tls unit tests actually run and pass on AIX OS? |
|
Yes, the s2n-tls unit tests passed on AIX OS. Below is the summary of the test case results. |
|
I think it's fine if we accept this PR, unfortunately we can't run CI on AIX, so we can't guarantee that we won't break this usecase in the future. But since there's no real code changes that need to be made to support AIX, it's fine. |
|
Thank you for the review and for considering the PR. |
Goal
To support aws-sdk-cpp on AIX and to use the open source library.
Why
Some of the linker flags are not supported on AIX.
How
Callouts
Testing
Testing has been done through aws-sdk-cpp to use the S3 services.
Related
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.