Skip to content

Easily deduce and control which version of transitive Bazel dependencies gets loaded #280

Open
@vmax

Description

@vmax

It's possible for one Bazel repository to be loaded multiple times & therefore it's unclear which version gets loaded

Ex: rules_pkg is loaded by both rules_docker and vaticle_bazel_distribution. rules_docker loads v1 and vaticle_bazel_distribution loads v2 and which version gets used is controlled by their ordering in WORKSPACE file.

Goal:

  • easily deduce which version gets loaded by reading WORKSPACE file
  • control which version gets loaded

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions