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
ERROR: Failed to load Starlark extension '//plugins:events-log/external_plugin_deps.bzl'.
It usually happens when the repository is not defined prior to being used.
This could either mean you have to add the '' repository with a statement like `http_archive` in your WORKSPACE file (note that transitive dependencies are not added automatically), or the repository '' was defined too late in your WORKSPACE file.
ERROR: cycles detected during target parsing
INFO: Elapsed time: 0.087s
INFO: 0 processes.
FAILED: Build did NOT complete successfully (0 packages loaded)
All is fine, when --incompatible_disallow_load_labels_to_cross_package_boundaries=false option is passed.
After Bazel upgrade from 0.24.0 to 0.25.1, that flipped cross package boundaries bit in #6408, load statement doesn't work anymore:
and is failing with:
All is fine, when
--incompatible_disallow_load_labels_to_cross_package_boundaries=false
option is passed.Bundling custom plugins feature in release.war is documented here: https://gerrit-review.googlesource.com/Documentation/dev-build-plugins.html#_bundle_custom_plugin_in_release_war.
To reproduce, clone gerrit code review, and clone events-log plugin into plugins directory in gerrit tree.
Then replace plugins/external_plugin_deps.bzl with the file shown above and run:
The text was updated successfully, but these errors were encountered: