Thank you for the deb package doc link, I’ll check if that also works for faster debugging for me. For now the local build farm job generation works too.
Well, until I get to the part where I use FetchContent for dependency resolution. And then it breaks again because it seems like the build farm disables any sort of (cmake) external dependency resolution (asked also in buildfarm 'make' 'install' error - #9 by mehermvr ).
to test dependency resolution or check for downloads at build time, I can recommend the GitHub action
ros-deb-builder-action.
Is the action meant to be an alternative for the ros build farm binary release process? Because unless I understood it completely wrong, the build farm seems to disable downloads at build (cmake configure) time.