Skip to content
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

Open
wants to merge 71 commits into
base: main
Choose a base branch
from
Open

Add sanitizer CI job #703

wants to merge 71 commits into from

Conversation

sfod
Copy link
Contributor

@sfod sfod commented Mar 28, 2024

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@sfod sfod marked this pull request as ready for review December 3, 2024 00:33
.builder/actions/build_samples.py Outdated Show resolved Hide resolved
@@ -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)
Copy link
Contributor

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?

Copy link
Contributor Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants