ros-infrastructure / ros_buildfarm

ROS buildfarm based on Docker
Apache License 2.0
77 stars 95 forks source link

Mount rosdoc2 source directory read-write. #1031

Closed nuclearsandwich closed 4 months ago

nuclearsandwich commented 4 months ago

Our deprecated out-of-tree build option has been removed which means that we now need to host our rosdoc2 sources in a read-write location to allow build artifacts to be generated in-tree.

Mounting read-write shouldn't matter overmuch because we delete and re-clone rosdoc2 each time the job runs1.

This is an alternative to #1030 that is slightly lower touch.