-
Notifications
You must be signed in to change notification settings - Fork 795
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
[22704] Support compiler MSYS2-MinGW #5600
[22704] Support compiler MSYS2-MinGW #5600
Conversation
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.
The pull request looks great overall!
Could you please make a few minor adjustments to align it with our uncrustify style guidelines so that it passes our CI checks?
Hi, @Javgilavi . Thanks for the advice, I will do it soon. By the way, are there any other advice for the CI checks, like DCO and so on? |
Hi @RookieCLY, Thanks for asking! I was actually about to mention the DCO issue, so you beat me to it. In the CI output, you can click on the DCO Details link, which provides clear instructions on how to fix the problem. Essentially, you need to sign off your commits. Everything you need is explained in that section. If you have any further questions or need additional help, feel free to ask. |
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.
Sorry for being a bit picky with the review, but these changes are necessary to pass the CI.
4c9dfd3
to
680e6e4
Compare
a3cfef0
to
8ac3809
Compare
Signed-off-by: RookieCLY <[email protected]>
Signed-off-by: RookieCLY <[email protected]>
…osima#5575 Signed-off-by: RookieCLY <[email protected]>
8ac3809
to
ae9e889
Compare
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.
LGTM
Hi, @Javgilavi . |
Hi @RookieCLY, Don't worry about it, it's not related to your changes. |
@RookieCLY Failed test on MacOS is known to be flakey. Thank you for your contribution and your patience! |
@Mergifyio backport 3.1.x 3.0.x 2.14.x 2.10.x |
✅ Backports have been created
|
* feature: support compiler MSYS2-MinGW #5575 Signed-off-by: RookieCLY <[email protected]> * feature: support compiler MSYS2-MinGW #5575 Signed-off-by: RookieCLY <[email protected]> * feature: support compiler MSYS2-MinGW and fix some format problem #5575 Signed-off-by: RookieCLY <[email protected]> --------- Signed-off-by: RookieCLY <[email protected]> (cherry picked from commit 28b11ca)
* feature: support compiler MSYS2-MinGW #5575 Signed-off-by: RookieCLY <[email protected]> * feature: support compiler MSYS2-MinGW #5575 Signed-off-by: RookieCLY <[email protected]> * feature: support compiler MSYS2-MinGW and fix some format problem #5575 Signed-off-by: RookieCLY <[email protected]> --------- Signed-off-by: RookieCLY <[email protected]> (cherry picked from commit 28b11ca)
* feature: support compiler MSYS2-MinGW #5575 Signed-off-by: RookieCLY <[email protected]> * feature: support compiler MSYS2-MinGW #5575 Signed-off-by: RookieCLY <[email protected]> * feature: support compiler MSYS2-MinGW and fix some format problem #5575 Signed-off-by: RookieCLY <[email protected]> --------- Signed-off-by: RookieCLY <[email protected]> (cherry picked from commit 28b11ca) # Conflicts: # include/fastdds/fastdds_dll.hpp # src/cpp/fastdds/xtypes/serializers/json/dynamic_data_json.cpp # src/cpp/utils/TimedConditionVariable.cpp
* feature: support compiler MSYS2-MinGW #5575 Signed-off-by: RookieCLY <[email protected]> * feature: support compiler MSYS2-MinGW #5575 Signed-off-by: RookieCLY <[email protected]> * feature: support compiler MSYS2-MinGW and fix some format problem #5575 Signed-off-by: RookieCLY <[email protected]> --------- Signed-off-by: RookieCLY <[email protected]> (cherry picked from commit 28b11ca) # Conflicts: # include/fastdds/fastdds_dll.hpp # src/cpp/fastdds/xtypes/serializers/json/dynamic_data_json.cpp # src/cpp/utils/TimedConditionVariable.cpp
Support compilation using MinGW. Version: MSYS2-MinGW-V14.2, x86_64-w64-mingw32.
Description
@Mergifyio backport 3.1.x 3.0.x 2.14.x 2.10.x
Fixes #5575
Contributor Checklist
versions.md
file (if applicable).Reviewer Checklist