mvukov / rules_ros

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

Avoid using native repo rules #21

Closed hofbi closed 5 months ago

hofbi commented 5 months ago

This flag was intrdocued with https://github.com/bazelbuild/bazel/commit/09d50f9b6186a9901d9d2cc3a9cbc242eb8798f0 and should make sure we are using starlark repo rules only.

Might not be required if https://github.com/mvukov/rules_ros/pull/14 as the commit message says "Native repo rules already can't be used in Bzlmod."

hofbi commented 5 months ago

Made this a draft as it does not work at the moment. Somewhere the native.local_repository is used but I cannot find any occurence in the repo. Maybe in one of the deps?

hofbi commented 5 months ago

Closing this one since #14 will be merged and this is enabled by default for bzlmod.