]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #40865 - alexcrichton:downgrade-mingw, r=arielb1
authorAlex Crichton <alex@alexcrichton.com>
Mon, 27 Mar 2017 20:24:39 +0000 (15:24 -0500)
committerAlex Crichton <alex@alexcrichton.com>
Mon, 27 Mar 2017 22:56:26 +0000 (15:56 -0700)
commit61928a03564f7bf8201d8a29d5a37efbc64d6712
treeb25508bcd4d999249c34c2a4b751f2ca84d2a072
parent0dbf84b73719b12d9fc59c2d6979d9e25c6bf639
parente87dd42cfe3dc384cceb3c8385f7551c3af8edaa
Rollup merge of #40865 - alexcrichton:downgrade-mingw, r=arielb1

appveyor: Downgrade MinGW to 6.2.0

It looks like the 6.3.0 MinGW comes with a gdb which has issues (#40184) that an
attempted workaround (#40777) does not actually fix (#40835). The original
motivation for upgradin MinGW was to fix build flakiness (#40546) due to newer
builds not exhibiting the same bug, so let's hope that 6.2.0 isn't too far back
in time and still contains the fix we need.

Closes #40835