-
Notifications
You must be signed in to change notification settings - Fork 2.6k
fail to run due to "error: failed to run custom build command for openssl v0.9.24
"
#800
Comments
You can try following the instructions here: https://github.com/sfackler/rust-openssl/tree/master/openssl-sys#rust-openssl |
the problem is my openssl version is 1.1.1 |
I wish the following cargo-tree is helpful |
i guess this is solved now, then. please re-open if not. |
it is still "openssl 0.9.x" in the Cargo.lock of master branch
|
by the way, I can not re-open an issue not closed by me,
|
I hope this can help ::
|
* Final commit of tested westend config * Minor update for validator 4's stake amount
* Add MaxUnbondEntriesPerIntention Close paritytech#681 * Add test * Nits
* Introduce Delta * Add VoteWeightBase * Upper bound of intention (paritytech#796) * Add UpperBoundFactor Close paritytech#672 * Check if the intention is nominating itself and add tests * Add set_upper_bound_factor and build wasm * Add LastRenominationOf (paritytech#794) * Add LastRenominationOf Close paritytech#692 * Fix renominate tests * Build wasm * genesis bitcoin (paritytech#799) genesis runtime wasm notice, do not copy wasm file into cli/src for develop! * Add MaxUnbondEntriesPerIntention (paritytech#800) * Add MaxUnbondEntriesPerIntention Close paritytech#681 * Add test * Nits * Nit * Pass tests * Replace settle_amount() with settle_and_set_amount() * Nit * Build wasm * Rename set_new_state to set_state * Rebuild wasm
but I saw that even this (old) version of the openssl crate should support OpenSSL 1.1.1
https://crates.io/crates/openssl/0.9.24
The text was updated successfully, but these errors were encountered: