-
Notifications
You must be signed in to change notification settings - Fork 482
rust_binary with crate_type = cdylib doesn't produce expected providers #1330
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
Comments
I think |
I think that works already in the change I linked above, it just wasn't declared that way before, so bazel fails |
This is fixed in #1315 (once it's merged). |
We have a rule like this:
which since 5abeb93 (in release 0.4.0) fails with:
It looks like the issue is that
rust_binary
still states that it will createCrateInfo
yet it does not in this case. Our use case doesn't seem to care about this, so just removing that requirement is enough. This is reproducible on this branch envoyproxy/envoy#21208 withbazel build --nobuild //test/extensions/common/wasm:wasm_vm_test --define=wasm=wamr
.The text was updated successfully, but these errors were encountered: