Don't ignore rmw_connextdds by default in linux-aarch64#882
Open
fgallegosalido wants to merge 2 commits into
Open
Don't ignore rmw_connextdds by default in linux-aarch64#882fgallegosalido wants to merge 2 commits into
fgallegosalido wants to merge 2 commits into
Conversation
|
Tick the box to add this pull request to the merge queue (same as
|
Contributor
Author
|
@cottsay can you launch a build with the default CI parameters, to be sure the Connext RMW is not ignored? |
Member
Contributor
Author
|
Thank you @cottsay! It seems the Connext RMW is no longer ignored in linux-aarch64. However, we are not using the Connext Debian packages (which are required for linux-aarch64). I can't seem to figure out how to always enable them in linux-aarch64, as I thought the change on https://github.com/ros2/ci/blob/master/create_jenkins_job.py#L144 would suffice. Do you have any idea what I am missing? |
Contributor
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Currently, the Connext RMW is ignored by default in linux-aarch64. This pull request changes that so it is now used by default in the CI.
Is this user-facing behavior change?
Now the CI doesn't need to explicitly enable the Connext RMW.
Did you use Generative AI?
No
Additional Information