-
Notifications
You must be signed in to change notification settings - Fork 108
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
Add sanitizer CI job #703
base: main
Are you sure you want to change the base?
Add sanitizer CI job #703
Conversation
@@ -24,6 +24,14 @@ if (UNIX AND NOT APPLE) | |||
find_package(IotDeviceCommon-cpp REQUIRED) | |||
find_package(IotDeviceDefender-cpp REQUIRED) | |||
|
|||
target_link_libraries(${PROJECT_NAME} AWS::aws-crt-cpp AWS::IotDeviceCommon-cpp AWS::IotDeviceDefender-cpp) | |||
if (ENABLE_SANITIZERS AND UNIX AND NOT APPLE) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would it be better to turn this into a small sharable function?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems, #769 makes this block unnecessary.
I need to figure out how to merge these two PRs, as the number of conflicts is ridiculous.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.