-
Notifications
You must be signed in to change notification settings - Fork 442
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
Bindgen - Errors with bazelmod for missing targets #3137
Comments
This is because of the missing patches described here https://github.com/bazelbuild/rules_rust/tree/89aec557796a3a404f3458b8643a85d49a789b83/extensions/bindgen/3rdparty/patches I've not yet looked into whether or not this can be upstreamed somewhere but seemingly since the patches are applied via an override they're ignored by external consumers (oops!). rules_rust/extensions/bindgen/MODULE.bazel Lines 28 to 34 in 89aec55
Feel free to copy the patches for now or maybe open a pull-request to https://github.com/bazelbuild/bazel-central-registry up-streaming the llvm patches? |
…_glob (#3507) An issue was reported in `rules_rust` (bazelbuild/rules_rust#3137) where some local patches to satisfy bazelbuild/bazel#8195 were added to llvm via a `single_version_override` which does not affect consumers. This change is an attempt to upstream an otherwise noop change to llvm that supports this flag being flipped in Bazel. --------- Co-authored-by: Fabian Meumertzheim <[email protected]>
Hey!
I'm working with bzlmod and these are my files
MODULE.bazel
misc/BUILD.aeron.bazel
shared/aeron-sys/BUILD.bazel
For some reason I get the following error:
when it's simply setting up the bindgen... not sure what I'm doing wrong.
Let me know if this is an issue internally and whether I can contribute
The text was updated successfully, but these errors were encountered: