mvukov / rules_ros

Build ROS (1) with Bazel
Apache License 2.0
24 stars 12 forks source link

Port to Bazel Modules #13

Closed finn-ball closed 4 months ago

finn-ball commented 8 months ago

Port the project to bazel modules as defined here: https://bazel.build/external/module

As of Bazel 7, this is now the default way to bring in dependencies: https://blog.bazel.build/2023/12/11/bazel-7-release.html

finn-ball commented 8 months ago

I have a rough draft working with your project, I can aim to create a PR in the next couple of days if this interests you.

mvukov commented 8 months ago

Hi, thanks for the initiative. Sure, please open a PR and we can iterate there.

finn-ball commented 8 months ago

~This port is made a lot easier if we manage to port rules_boost: https://github.com/nelhage/rules_boost/issues/546~

Got this merged :)

mvukov commented 4 months ago

Done in #14 .