]> git.lizzy.rs Git - rust.git/commit
Auto merge of #33825 - alexcrichton:fix-beta, r=aturon
authorbors <bors@rust-lang.org>
Sat, 28 May 2016 23:21:53 +0000 (16:21 -0700)
committerbors <bors@rust-lang.org>
Sat, 28 May 2016 23:21:53 +0000 (16:21 -0700)
commit7746a334da364e5e4c25360cd52e97691cbddc08
treec4da2fef705e4f95344c8a9afee80bc66a4f4080
parent90d9a515af7b80ab99d77cf8b3fa29d0272e2b3c
parenta2434eb950bee72f8c7e5186fad657852cbf14bf
Auto merge of #33825 - alexcrichton:fix-beta, r=aturon

mk: Fix bootstrapping cross-hosts on beta

The beta builds are currently failing, unfortunately, due to what is presumably
some odd behavior with our makefiles. The wrong bootstrap key is being used to
generate the stage1 cross-compiled libraries, which fails the build.
Interestingly enough if the targets are directly specified as part of the build
then it works just fine! Just a bare `make` fails...

Instead of trying to understand what's happening in the makefiles instead just
tweak how we configure the bootstrap key in a way that's more likely to work.