-
Notifications
You must be signed in to change notification settings - Fork 1
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
Fix compilation issues #4
Conversation
Well Linux and Windows work. I don't really know what's happening with the BSD tests. On FreeBSD the error is:
I can't find anything about that online. Whereas NetBSD gives this mess:
Googling around only gives this mention that it might be to do with |
Great, this used a fork i made from assert_cli that had regex support. |
Yeah, I posted to japaric/trust#101 that we hit this error even without a build.rs (which was a bit of a red herring). I have no idea what would make NetBSD different to FreeBSD - I haven't used either. It looks like people are just disabling NetBSD on Travis (or moving it to |
I had to fix a broken dev-dependency to get this compiling. I fixed up the tests to work with assert_cli and a minor issue with the benchmarks. The benchmarks look like they take a very long time to run so I've not run them through.