-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Third-party dependency AwsCEventStream not pinned correctly #1145
Comments
Yep. We messed this one up. We're fixing it right now. Our CI broke as well. Fix will be in shortly thanks |
should be good now v1.7.108 |
Great, thanks for the fast turnaround! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The version of
AwsCEventStream
pinned here:aws-sdk-cpp/third-party/CMakeLists.txt
Line 26 in 8eba01e
AWS_EVENT_STREAM_TAG
. However, when that project is added here:aws-sdk-cpp/third-party/cmake/BuildAwsEventStream.cmake
Line 49 in 8eba01e
AWS_EVENT_STREAM_SHA
). The end result is that the external project checks out themaster
branch of that repo instead of the pinned version:Thanks to @ihnorton for helping to find this one.
What platform/OS are you using?
macOS
Which version of the SDK?
1.7.94 but the same issue exists in master.
What compiler are you using? what version?
What are your CMake arguments?
Building it from an external project like this:
Can you provide a TRACE level log? (sanitize any sensitive information)
Not a runtime issue.
The text was updated successfully, but these errors were encountered: