You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Others will probably give you more info than me, but I saw this while looking for another issue just now.
The build farm doesn't use colcon, as it builds each package one at a time. So it doesn't matter what colcon supports, but we have to shoehorn this into the packaging system for each Linux distribution (or other OSes) we support, e.g. here are some templates we use for various build types on debian platforms:
After digging into the source code I also found that everything only depends on the templates and that those use the build systems directly without colcon. I created a meson template in #691 which is mostly derived from the cmake template with adaptations for meson.
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 packagepython3-colcon-meson
, we should be able to build meson packages on the build farm. I assume that currently, only the association ofto 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?The text was updated successfully, but these errors were encountered: