-
Notifications
You must be signed in to change notification settings - Fork 627
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
Build failures caused by nasm #1326
Comments
I just read #1318. So will cross not work going forward and all cross builds have to be done only with cargo? |
Issue reported upstream |
Issue probably fixed upstream: |
The issue likely is with |
Fixed now? |
Edit: |
The error message indicates that your issue is not dircetly related to the issue reported by the OP (and you're not using |
I have created a new issue. |
Ever since the version bump for hyper-rustls, nasm becomes a dependency and it creates trouble while building.
Building with
cargo build --release
works, whereas when using cross, it does not work.I see that you've also replaced cross with cargo in your build tests.
Would really like a fix for these build errors and the tagging of a new release as simply using the "latest" has become unpredictable
The text was updated successfully, but these errors were encountered: