Skip to content

plaird/BazelRecursiveMiddle

Repository files navigation

BazelRecursiveMiddle: Hierarchical Transitive Workspace Dependencies

One of a set of Bazel workspaces that shows a hierarchical dependency pattern of GitHub hosted Bazel workspaces.

This is a concrete example of a pattern known by a few names:

  • recursive workspaces issue 1943
  • transitive workspace dependencies issue 2757
  • hierarchical workspace files

There isn't an official solution for transitively loading external workspaces. The workaround is to load the transitive closure of all external workspaces in the top workspace.

The current status of a this is tracked in issue 1943 and is unresolved.

About

A set of example Bazel workspaces that demo the recursive workspace pattern.

Resources

Stars

Watchers

Forks

Packages

No packages published