Skip to content

support meson #690

@christianrauch

Description

@christianrauch

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions