-
Notifications
You must be signed in to change notification settings - Fork 2
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
[META] Maliput repos in the ROS build farm #269
Comments
Does it make sense to add |
If it's just tests it doesn't make sense to release. As the tests won't be installed usually because they are designed to work in the source tree. But you could add the source entry to the rosdistro and enable pull request testing on it to get ci from the farm. |
Agree! For doing so, should I manually create PR in rosdistro for adding something like:
or can I use the |
A manual PR with the above content is the easiest way. Bloom is really for the release tags. and does the other ones for convenience. There's no need to use it if not making the release. |
Thanks for the clarification: Done -> ros/rosdistro#33677 |
I tried installing them via apt. While they aren't part in The only conflict I found is related to environment variables after doing source
We are using |
Closing this meta issue and leaving the pendings at: #291 |
Introduction
This issue's goal is to track the inclusion of the maliput repos into the ros build farm.
Ros build farm info
doc
: It will generate the documentation jobs: Resultant doc jobrelease
. That comes from running bloomsource
By default Dev jobs are enabled testing changes tomain
. andtest_pull_requests
enables PR testing.To be ros-build-farm compatible
Use
rosdoc2
instead of customament_cmake_doxygen
While migrating to
rosdoc2
, as a workaround:ament_cmake_doxygen
dep todoc_depend
to avoid ros build to fail #273drake_vendor
issue: Nowadays this package needs to manually run a bash script.Marked as solved as there are ongoing efforts for releasing drake.
Summary
The following table shows which are the packages where
drake_vendor
andpybind11
are blockers (with a ❌) for the build farm.The text was updated successfully, but these errors were encountered: