-
Notifications
You must be signed in to change notification settings - Fork 85
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
[bug] debian test failure #185
Comments
What command are you using to compile the crate? You don't need to compile the tests/examples. |
this is the autopkgtest, which test the crate with all features enabled/disabled. I patched out the dependencies mentioned above. The issue is still the same with 6.4.1. |
Not all features available in Cargo.toml are intended to be used by a library user. Due to how examples work in Cargo, we need a feature to enable certain dependencies only in example code. Please do not try to compile a build intended for packaging with the example-specific features enabled. |
I patched out the examples in Cargo.toml I don't know why the autopkgtest fails still |
The example declarations aren't required for cargo to recognize the examples. They just add more details (ex. required features). I'm going to close this issue since it's not a problem with the library (the configuration is working as expected). |
Hi, I recently package your crate for debian. The tests fail though:
This is caused by salvo, axum, actix-web, include-flate, poem, rocket and warp not yet available in debian. Would you consider disabling the example/ tests? I'd really appreciate it.
The text was updated successfully, but these errors were encountered: