Build sdk on al2023 failed #3193
-
I try to build sdk on amazon linux 2023 platform following instructions but got error: aws-sdk-cpp/crt/aws-crt-cpp/crt/aws-c-io/source/s2n/s2n_tls_channel_handler.c:27:14: fatal error: s2n/unstable/cleanup.h: No such file or directory Can you help me with it? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 10 replies
-
s2n is one of the dependencies for this sdk and it look like that might be missing. Can you make sure that you are cloning the submodules when you clone this sdk. You can do that with this command:
|
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
we actually run daily builds on 2023 to make sure its not broken.
This dockerfile will build as expected I would suggest starting to investigate what differs…