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

[CP #1890 > support/v5.12] [core] Fixup build for Alpine #1894

Open
wants to merge 3 commits into
base: support/v5.12
Choose a base branch
from

Conversation

eclipse-ecal-bot
Copy link
Contributor

Cherry-pick failed

Cherry-picked PR #1890 to branch support/v5.12.
The cherry-pick has failed.

The following files have caused conflicts:

ecal/core/src/ecal_process_stub.cpp

Resolving

Please resolve conflicts manually. You can use this PR and branch to your convenience.

git fetch origin
git checkout -b local/cherry-pick/3b22b6e/support/v5.12 origin/support/v5.12
git branch -u origin/cherry-pick/3b22b6e/support/v5.12
git cherry-pick 74b5dc1a1a9eea6fec34f1df37e5d58f93e2a4ac..3b22b6ee36c999dbcf5cdcae5a5d1f59593af249

# Resolve conflicts and use
#     git cherry-pick --continue
# until all conflicts are resolved.

git push -f origin HEAD:cherry-pick/3b22b6e/support/v5.12

After resolving all conflicts, rebase-merge this PR.

@Peguen Peguen force-pushed the cherry-pick/3b22b6e/support/v5.12 branch from dd830bc to cf16a6d Compare January 14, 2025 08:19
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clang-tidy made some suggestions

@@ -17,10 +17,12 @@
* ========================= eCAL LICENSE =================================
*/

#include <errno.h>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

warning: inclusion of deprecated C++ header 'errno.h'; consider using 'cerrno' instead [modernize-deprecated-headers]

Suggested change
#include <errno.h>
#include <cerrno>

@Peguen Peguen marked this pull request as ready for review January 15, 2025 12:44
@Peguen Peguen enabled auto-merge (squash) January 15, 2025 12:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants