You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am working on bazelbuild/rules_rust#2882 for rules_rust where we're splitting out some 3rd party integrations into their own workspace but want to keep the code within the repo for ease of testing and integration. Is there a way to have publish-to-bcr publish more than one item to BCR for a release in a repository?
The text was updated successfully, but these errors were encountered:
| moduleRoots | List of relative paths to Bazel modules within the repository. Set this if your MODULE.bazel file is not in the root directory, or if you want to publish multiple modules to the BCR. Defaults to `["."]`. Each module root must have a corresponding set of template files (metadata.template.json, source.template.json, presubmit.yml) under `.bcr` with the same relative path as the module. For example, if `moduleRoots` is `[".", "sub/module"]`, then there must be separate sets of template files under `.bcr` and `.bcr/sub/module`. |
Hi, I am working on bazelbuild/rules_rust#2882 for
rules_rust
where we're splitting out some 3rd party integrations into their own workspace but want to keep the code within the repo for ease of testing and integration. Is there a way to havepublish-to-bcr
publish more than one item to BCR for a release in a repository?The text was updated successfully, but these errors were encountered: