-
Notifications
You must be signed in to change notification settings - Fork 265
Add support for Bzlmod #6154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Bzlmod #6154
Conversation
FYI @meteorcloudy |
/cc @coeuvre With this, maybe we could inject Kythe more elegantly on Bazel CI: https://github.com/bazelbuild/continuous-integration/blob/fe56acdc33166e14a73ee5efd082480768c6e268/buildkite/bazelci.py#L2072 |
@meteorcloudy @coeuvre @sam-mccall @varunmahajan it would be nice to get this merged so that we can start using this in BzlMod repos |
/gcbrun |
1 similar comment
/gcbrun |
Lint check failed Step #1: Trim Trailing Whitespace.................................................Passed Presubmit check failed Step #3 - "bazel-release": ERROR: /workspace/kythe/release/BUILD:27:8: in cmd attribute of genrule rule //kythe/release:release: label '//kythe/release:release.MODULE.bazel' in $(location) expression is not a declared prerequisite of this rule |
I updated the lint config and added the missing dependency, PTAL. |
/gcbrun |
@fmeum iiuc, it's running the pre-commit hooks and failed. So just update the exclusions here https://github.com/kythe/kythe/blob/9e3a840bf15781e641455e497c7da62de642f6c3/.pre-commit-config.yaml#L34C9-L42 and you should be gucci |
The extracted Kythe release archive can now be added as a `bazel_dep` via `local_path_override`. Upon the next release, it could also be added to the Bazel Central Registry.
I thought I had done that, but I didn't match the right file. Should be fixed now. I am seeing a number of violations when I run |
/gcbrun |
/gcbrun |
The extracted Kythe release archive can now be added as a
bazel_dep
vialocal_path_override
. Upon the next release, it could also be added to the Bazel Central Registry.