Skip to content
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

rust: Another attempt to fix docs.rs build #353

Merged
merged 1 commit into from
Sep 20, 2024

Conversation

cgwalters
Copy link
Contributor

The build on docs.rs is still failing due to missing the C library. The standard thing to do here is just not to look for it when building docs.

This time I copied the setup from gtk4-rs; the newer pattern here seems to be directly using rustc-args and rustdoc-args instead of exposing a dox feature.

What I believe I missed in the last attempt was the copy of package.metadata.docs.rs in the composefs
crate.

The build on docs.rs is still failing due to missing the C
library. The standard thing to do here is just not to look
for it when building docs.

This time I copied the setup from gtk4-rs; the newer pattern
here seems to be directly using `rustc-args` and `rustdoc-args`
instead of exposing a `dox` feature.

What I believe I missed in the last attempt was the copy
of `package.metadata.docs.rs` in the `composefs`
crate.

Signed-off-by: Colin Walters <walters@verbum.org>
Copy link
Collaborator

@jeckersb jeckersb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤞

@jeckersb jeckersb merged commit bc4dd1a into containers:main Sep 20, 2024
14 checks passed
@cgwalters
Copy link
Contributor Author

success 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants