mvukov / rules_ros

Build ROS (1) with Bazel
Apache License 2.0
21 stars 9 forks source link

Port to Bazel Modules #13

Open finn-ball opened 3 months ago

finn-ball commented 3 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 3 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 3 months ago

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

finn-ball commented 3 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 :)