-
Notifications
You must be signed in to change notification settings - Fork 66
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
Crt bump #678
Conversation
.github/workflows/ci.yml
Outdated
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.
restoring this in next commit
-DUNSAFE_TREAT_WARNINGS_AS_ERRORS=OFF | ||
-DBUILD_TESTING=OFF | ||
) | ||
list(INSERT CMAKE_FIND_ROOT_PATH 0 ${CMAKE_PREFIX_PATH}) |
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.
path for external dependencies and libraries in cross compilation builds
) | ||
list(INSERT CMAKE_FIND_ROOT_PATH 0 ${CMAKE_PREFIX_PATH}) | ||
|
||
add_subdirectory(crt/s2n) |
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.
without this s2n doesn't get build and get missing header, linker errors
closing this PR because Mike already has a fix: #677 |
Issue #, if available:
Description of changes:
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.