-
Notifications
You must be signed in to change notification settings - Fork 53
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
Allow passing arbitrary arguments to colcon build
and colcon test
#177
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Comments
rotu
added a commit
to RoverRobotics-forks/rmw_cyclonedds
that referenced
this issue
Apr 25, 2020
Since ros2#145, the CI build of rmw_cyclonedds_cpp has been failing on Windows due to inadvertently injecting fastrtps into the build process. fastrtps fails to build (eProsima/Fast-DDS#1173) causing the CI to fail. There doesn't seem to be a better way to suppress this in action-ros-ci ros-tooling/action-ros-ci#177 Fixes ros2#164
rotu
added a commit
to RoverRobotics-forks/rmw_cyclonedds
that referenced
this issue
Apr 25, 2020
Since ros2#145, the CI build of rmw_cyclonedds_cpp has been failing on Windows due to inadvertently injecting fastrtps into the build process. fastrtps fails to build (eProsima/Fast-DDS#1173) causing the CI to fail. There doesn't seem to be a better way to suppress this in action-ros-ci ros-tooling/action-ros-ci#177 Fixes ros2#164
rotu
added a commit
to RoverRobotics-forks/rmw_cyclonedds
that referenced
this issue
Apr 28, 2020
Since ros2#145, the CI build of rmw_cyclonedds_cpp has been failing on Windows due to inadvertently injecting fastrtps into the build process. fastrtps fails to build (eProsima/Fast-DDS#1173) causing the CI to fail. There doesn't seem to be a better way to suppress this in action-ros-ci ros-tooling/action-ros-ci#177 Fixes ros2#164
rotu
added a commit
to RoverRobotics-forks/rmw_cyclonedds
that referenced
this issue
Apr 28, 2020
Since ros2#145, the CI build of rmw_cyclonedds_cpp has been failing on Windows due to inadvertently injecting fastrtps into the build process. fastrtps fails to build (eProsima/Fast-DDS#1173) causing the CI to fail. There doesn't seem to be a better way to suppress this in action-ros-ci ros-tooling/action-ros-ci#177 Fixes ros2#164
rotu
added a commit
to RoverRobotics-forks/rmw_cyclonedds
that referenced
this issue
Apr 28, 2020
Since ros2#145, the CI build of rmw_cyclonedds_cpp has been failing on Windows due to inadvertently injecting fastrtps into the build process. fastrtps fails to build (eProsima/Fast-DDS#1173) causing the CI to fail. There doesn't seem to be a better way to suppress this in action-ros-ci ros-tooling/action-ros-ci#177 Fixes ros2#164
rotu
added a commit
to ros2/rmw_cyclonedds
that referenced
this issue
Apr 29, 2020
Since #145, the CI build of rmw_cyclonedds_cpp has been failing on Windows due to inadvertently injecting fastrtps into the build process. fastrtps fails to build (eProsima/Fast-DDS#1173) causing the CI to fail. There doesn't seem to be a better way to suppress this in action-ros-ci ros-tooling/action-ros-ci#177 Fixes #164
This enhancement should be treated as "pass arbitrary arguments to Implementation note: maybe allow for passing colcon arguments list of strings for build/test each. |
emersonknapp
changed the title
Suppress RMW implementations or packages
Allow passing arbitrary arguments to Jul 31, 2020
colcon build
and colcon test
emersonknapp
added
help wanted
Extra attention is needed
enhancement
New feature or request
good first issue
Good for newcomers
and removed
enhancement
New feature or request
labels
Jul 31, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Description
This enhancement will solve a whole class of usability issues by letting users completely customize the build behavior.
Original request:
Related Issues
Originally discovered in ros2/rmw_dds_common#16 (comment)
Completion Criteria
Implementation Notes / Suggestions
This CI action does not allow injecting additional colcon package selection arguments, which would make the functionality trivial.
The text was updated successfully, but these errors were encountered: