rules_ros icon indicating copy to clipboard operation
rules_ros copied to clipboard

Port to Bazel Modules

Open finn-ball opened this issue 11 months ago • 3 comments

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 avatar Mar 25 '24 09:03 finn-ball

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.

finn-ball avatar Mar 25 '24 09:03 finn-ball

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

mvukov avatar Mar 25 '24 12:03 mvukov

~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 :)

finn-ball avatar Mar 26 '24 12:03 finn-ball

Done in #14 .

mvukov avatar Jul 06 '24 09:07 mvukov