Closed ignatenkobrain closed 5 years ago
Thanks. Is this new since 0.2.3?
@bluss I'm not exactly sure since we did not run cargo test
before that.
Can you tell what commands you ran? We have a test builder for non-x86, but it cross compiles and does not run tests.
You can find full build log here: https://kojipkgs.fedoraproject.org//work/tasks/4038/37774038/build.log
We can't prioritize this since we don't have an environment to run tests in, so I'd recommend not running tests in the build.
We should be able to build the tests though, even if we don't run. But I don't agree that we need to deliver tests that are useful beyond our own CI
@bluss thanks a lot for fixing!
We are packaging crates in Fedora and we try to make sure that their test suite passes so that we are not shipping some complete garbage :)
Well, it's not completely fixed, we'll see if tests pass. Long run we can set up cross tests.