-
Notifications
You must be signed in to change notification settings - Fork 2.7k
[ci] Make travis verbose to prevent timeout on git pull #544
Conversation
dvdplm
left a comment
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.
What was this about? Travis times out if there is no output?
|
@dvdplm yes and with our huge parity-repo this happens quite easily. Unfortunately, this doesn't fix it :( . |
Maybe reducing the cloning depth could help? https://docs.travis-ci.com/user/customizing-the-build/#git-clone-depth |
8bb146f to
de769a2
Compare
|
@dvdplm generally yes, however that pull happens within cargo, and I am unaware we can configure that. However, trying the |
f9e001c to
5b3e5dc
Compare
5b3e5dc to
d136f69
Compare
|
currently broken because of #553 and the now broken dependencies. |
dvdplm
left a comment
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.
lgtm, although if paritytech/polkadot#553 lands before this one you'll want to revert the changes to the dependencies.
|
deprecated in favor of #568. |
* Bump Substrate and versions (paritytech#531) * Bump versions * Build fix. * Enable governance (paritytech#536) * Enable governance * Tweak a few parameters * Bump substrate, versions. (paritytech#538) * Bump substrate, versions. * Build fix * Bump rpc deps (paritytech#537) * Update to latest sub * Revert branch update * Update. * Update tests. * Ignore warnings in tests. * Revert substrate (paritytech#540) * Version bump * Bump Substrate, versions. (paritytech#542) * Bump Substrate, versions. Also revert the enabling of democracy * Build fix * Bump Substrate (paritytech#544) * Bump Substrate * Fix * A few tidyups * Bump Substrate (paritytech#547) * Bump Substrate * Another bump * Fixed build for new block_import API * Enable grandpa migration. (paritytech#549) * Enable grandpa migration. * Bump runtime version
Detect node producing blocks on non-canonical fork
* Implement Clone for the generated `RuntimeApi` Signed-off-by: Alexandru Vasile <[email protected]> * Don't reexport Derivative Signed-off-by: Alexandru Vasile <[email protected]> * Implement `Clone` manually Signed-off-by: Alexandru Vasile <[email protected]> * Update `polkadot.rs` Signed-off-by: Alexandru Vasile <[email protected]>
No description provided.