Uh oh!
There was an error while loading. Please reload this page.
[ci] Make travis verbose to prevent timeout on git pull - #544
Conversation
dvdplm
left a comment
There was a problem hiding this comment.
What was this about? Travis times out if there is no output?
gnunicorn
commented
Aug 10, 2018
@dvdplm yes and with our huge parity-repo this happens quite easily. Unfortunately, this doesn't fix it :( . |
dvdplm
commented
Aug 10, 2018
Maybe reducing the cloning depth could help? https://docs.travis-ci.com/user/customizing-the-build/#git-clone-depth |
8bb146f to
de769a2Comparegnunicorn
commented
Aug 13, 2018
@dvdplm generally yes, however that pull happens within cargo, and I am unaware we can configure that. However, trying the |
f9e001c to
5b3e5dcCompare5b3e5dc to
d136f69Comparegnunicorn
commented
Aug 14, 2018
currently broken because of #553 and the now broken dependencies. |
dvdplm
left a comment
There was a problem hiding this comment.
lgtm, although if paritytech/polkadot#553 lands before this one you'll want to revert the changes to the dependencies.
gnunicorn
commented
Aug 15, 2018
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 <alexandru.vasile@parity.io> * Don't reexport Derivative Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> * Implement `Clone` manually Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> * Update `polkadot.rs` Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
No description provided.