Build sdk on al2023 failed #3193
Answered
by
sbiscigl
omaslieiev
asked this question in
Q&A
|
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? |
Answered by
sbiscigl
Nov 21, 2024
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: |
10 replies
|
Hello! Reopening this discussion to make it searchable. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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…