ros-infrastructure / ros_buildfarm

ROS buildfarm based on Docker
Apache License 2.0
81 stars 96 forks source link

Call dpkg-buildpackage directly instead of apt-src #986

Closed cottsay closed 1 year ago

cottsay commented 1 year ago

The apt-src build wrapper around dpkg-buildpackage doesn't expose the necessary configurations to specify build profiles, meaning that we can't disable the tests using nocheck.

I was pretty sure that this scenario was working correctly, but clearly I was mistaken or something has changed since it was implemented.