]> git.lizzy.rs Git - rust.git/commit
Auto merge of #41420 - alexcrichton:mingw-6.3.0, r=petrochenkov
authorbors <bors@rust-lang.org>
Wed, 26 Apr 2017 15:12:30 +0000 (15:12 +0000)
committerbors <bors@rust-lang.org>
Wed, 26 Apr 2017 15:12:30 +0000 (15:12 +0000)
commit036983201d4e9aeb5c5e56e47c305971972b2569
tree984c7b76d2f167203e360e42533a384dc7090714
parent0ee56f686db4c3657ab99d2a261314f749245593
parentd1db74b63e22323b2057298d1f9ed284cf108c17
Auto merge of #41420 - alexcrichton:mingw-6.3.0, r=petrochenkov

appveyor: Upgrade to gcc for mingw 6.3.0

This commit sort of brings back #40777 by upgrading back to 6.3.0. While
investigating #40546 it was discovered that 6.3.0 appears to not spurious
fail in the same way that 6.2.0 does (which we're currently using). The
workaround for #40184 contained in #40777 did not work so this commit also
contains a different workaround for the gdb issue. We will not download the
6.2.0 version of gdb and use that instead of the default version that comes with
6.3.0.

I'm going to optimistically say...

Closes #40546