Skip to content

Is there already any plan about switch bazel workspace to bzlmod? #2654

Description

@oathdruid

Is your feature request related to a problem? (你需要的功能是否与某个问题有关?)
transitive dependency managed in an elegant way, especially when combine with other repo
final user can depend as this exmaple: https://github.com/baidu/babylon/tree/main/example/use-with-bthread

# MODULE.bazel
bazel_dep(name = 'abseil-cpp', version = '20210324.2')
bazel_dep(name = 'babylon', version = '1.1.6')
bazel_dep(name = 'brpc', version = '1.9.0')

Describe the solution you'd like (描述你期望的解决方法)
add MODULE.bazel support and register release to public registry, BCR for example

Describe alternatives you've considered (描述你想到的折衷方案)

Additional context/screenshots (更多上下文/截图)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions