-
Notifications
You must be signed in to change notification settings - Fork 270
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
secp256k1-sys 0.10.1 compilation fails on Windows using Rust 1.63.0 #748
Comments
Unfortunately I don't think this library will compile with older versions anymore, so you won't be able to pin to an older version. I also don't have any Windows boxes where I can check on this behavior. Our usage of Maybe try pinning different versions of |
I am getting a similar error when trying to build for WASM using Rust-Optimizer: (https://github.com/CosmWasm/optimizer/tree/v0.16.0, which uses Rust 1.78 version)
Shouldn't this library support WASM? |
That error definitely has nothing to do with this library. It looks like it's related to |
I am guessing it has something to do with the context being |
Pinning cc to 1.0.28 did the trick! |
Not sure if this is duplicative of #45, but I keep running into CI issues compiling on Rust 1.63.0 on Windows. When running this command:
cargo build -p secp256k1-sys --verbose -vv
, it just gets stuck with this output and never advances further:This notably does not occur on later Rust versions, but due to MSRV reasons, 1.63.0 cannot be avoided for the time being. Should we be pinning an older version, or is there some easy fix for this?
The text was updated successfully, but these errors were encountered: