-
Notifications
You must be signed in to change notification settings - Fork 93
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
Improve CI around docbuilds #1275
Comments
Problematic line was here (still a problem on
To detect this we would need to build the validator crate in an environment without the |
Just found this PR to clippy rust-lang/rust-clippy#13638 that looks like it could resolve this issue |
A similar issue reoccurred with this 4.3.0 release. This time it is due to protobuf schema trying to depend on schema located in other crates using a relative path.
Offending line is here cedar/cedar-policy-validator/build.rs Line 42 in ab8aef0
This effects actual builds with the protobufs feature rather than just doc builds. Depending on how we address this and the original issue the fix might be the same. This clippy PR I linked above would not address this variant of the issue unless the clippy code were changed to have a special case for protobuf. |
Describe the improvement you'd like to request
4.2.0 launch accidentally had a build error in our docs that CI didn't catch. It would be nice to catch this.
Describe alternatives you've considered
No response
Additional context
No response
Is this something that you'd be interested in working on?
The text was updated successfully, but these errors were encountered: