-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Update some dependencies for compilation with pc-windows-gnu #10055
Conversation
@@ -2222,7 +2222,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
dependencies = [ | |||
"num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)", | |||
"num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", | |||
"rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", | |||
"rand 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is probably downgrade from rust-lang/cargo#5702, do we want to revert it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm surprised we're not using cargo build --frozen
in our CI to detect that kind of problems.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess cargo update -p rand:0.3.22
should fix that.
Also android build is failing. |
That's quite funny. We used to erroneously build libusb-sys for x86-64-linux on the Android pipeline, but I assume that it worked because we don't actually use libusb-sys from within Parity when on Android. Now that this is fixed, we reach a |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR looks good but the rand
downgrade needs to be reverted
Ok, shall we just not use the |
I suggest to revert rand downgrade and deal with android in a separate PR. Any opinions? |
I don't think we should make |
Integrates paritytech/rust-rocksdb#25, paritytech/rust-snappy#9, paritytech/libusb-sys#2 and paritytech/libusb-sys#4
cc @TriplEight