-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
test fails to build #16
Comments
|
Thanks. I managed to reproduce the test errors locally with: Fix ETA: December 19th PST |
This should be fixed in
|
Hi, Thanks for looking into this so quickly. I tried building the new version (4.0.9) and there seems to still be an issue with benches:
|
😮💨 How about Filed #19 for better testing. Perhaps |
Seems to work in my local build! Will upload to Debian archive now to get full test coverage.
I'm packaging via alot of helpers (including but not limited to generating the package via debcargo-conf and then using sbuild for chroot management for build and test runs). Not sure how to best integrate this all in your upstream CI. The info on my debian packager way of working is available here: https://salsa.debian.org/rust-team/debcargo-conf/-/blob/master/README.rst |
Debian runs "autopkgtests" for rust crates, which fails for wmidi. See:
https://ci.debian.net/packages/r/rust-wmidi/testing/amd64/40166127/#L3759
Adding
#[cfg(feature = "std")]
before#[test]
where needed fixed some, but I could not get all error adressed this way.The text was updated successfully, but these errors were encountered: