ros-infrastructure / ros_buildfarm

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

Also set DEB_BUILD_PROFILES when skipping tests #918

Closed cottsay closed 2 years ago

cottsay commented 2 years ago

It appears that different parts of the debian build chain utilize DEB_BUILD_PROFILES vs DEB_BUILD_OPTIONS. From what I can tell, the safest thing to do is to set them both.

In particular, I needed to use DEB_BUILD_PROFILES to appease the dependency checking mechanism. DEB_BUILD_OPTIONS was necessary to suppress dh_auto_test.