Release code without submodules code #3249
Labels
build-problem
problems with building this sdk
response-requested
Waiting on additional info and feedback. Will move to "closing-soon" in 10 days.
Describe the bug
If you upload a release version of the SDK and try to build it, that will fail, because of empty submodule directory
Regression Issue
Expected Behavior
Successful build from release archive
Current Behavior
Failed build
Reproduction Steps
wget https://github.com/aws/aws-sdk-cpp/archive/refs/tags/1.11.485.zip
unzip 1.11.485.zip
cd aws-sdk-cpp-1.11.485/
mkdir build && cd build
cmake ..
output
Possible Solution
No response
Additional Information/Context
No response
AWS CPP SDK version used
1.11.485
Compiler and Version used
9.4.0
Operating System and version
ubuntu20
The text was updated successfully, but these errors were encountered: