Closed NandyRL closed 9 months ago
GIT_TAG 1.8.17
thats a rather old tag that references an equally as old commit in the common runtime which appears to have a warning in tests. neither of those versions will be updated with any fixes. Is there a reason you cannot use the latest version?
Greetings! It looks like this issue hasn’t been active in longer than a week. We encourage you to check if this is still an issue in the latest release. Because it has been longer than a week since the last update on this, and in the absence of more information, we will be closing this issue soon. If you find that this is still a problem, please feel free to provide a comment or add an upvote to prevent automatic closure, or if the issue is already closed, please feel free to open a new one.
Describe the bug
i have an application which uses cmake to build the container. I wanted to integrate aws sdk into it, so i used externalproject in cmakelists.
but some test cases are failing
Expected Behavior
should have run successfully
Current Behavior
Reproduction Steps
just create a dummy app in c++ with cmake create container and add the abover externalProjects...
Possible Solution
No response
Additional Information/Context
No response
AWS CPP SDK version used
1.8.17
Compiler and Version used
11.4.0
Operating System and version
platform=linux/amd64 ubuntu:22.04