-
Notifications
You must be signed in to change notification settings - Fork 101
Closed
Description
Trying to bloom a meson package locally via bloom-generate rosdebian fails with: Build type 'meson' is not supported by this version of bloom..
Since the release of colcon-meson as Debian package python3-colcon-meson, we should be able to build meson packages on the build farm. I assume that currently, only the association of
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
[...]
<buildtool_depend>python3-colcon-meson</buildtool_depend>
[...]
<export>
<build_type>meson</build_type>
</export>
</package>to the build tool is missing.
Can someone point me to where this has to be added or how I can make bloom use python3-colcon-meson otherwise?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels