This repository was archived by the owner on Nov 6, 2020. It is now read-only.
Fix deadlock_detection feature branch compilation#8824
Merged
Conversation
|
It looks like @ordian signed our Contributor License Agreement. 👍 Many thanks, Parity Technologies CLA Bot |
niklasad1
approved these changes
Jun 6, 2018
sorpaas
approved these changes
Jun 8, 2018
dvdplm
added a commit
that referenced
this pull request
Jun 11, 2018
* master: Fix subcrate test compile (#8862) network-devp2p: downgrade logging to debug, add target (#8784) Clearing up a comment about the prefix for signing (#8828) Disable parallel verification and skip verifiying already imported txs. (#8834) devp2p: Move UDP socket handling from Discovery to Host. (#8790) Fixed AuthorityRound deadlock on shutdown, closes #8088 (#8803) Specify critical release flag per network (#8821) Fix `deadlock_detection` feature branch compilation (#8824) Use system allocator when profiling memory (#8831) added from and to to Receipt (#8756)
ordian
added a commit
to ordian/parity
that referenced
this pull request
Jun 20, 2018
…rp_sync_on_light_client * 'master' of https://github.com/paritytech/parity: Fix `deadlock_detection` feature branch compilation (openethereum#8824) Use system allocator when profiling memory (openethereum#8831) added from and to to Receipt (openethereum#8756)
tomusdrw
pushed a commit
that referenced
this pull request
Jun 25, 2018
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The compilation of
cargo build --features deadlock_detectionbroke in #8783.But CI ignores it anyway.