]> git.lizzy.rs Git - rust.git/commit
Auto merge of #34563 - alexcrichton:robust-mk, r=brson
authorbors <bors@rust-lang.org>
Fri, 1 Jul 2016 06:30:51 +0000 (23:30 -0700)
committerGitHub <noreply@github.com>
Fri, 1 Jul 2016 06:30:51 +0000 (23:30 -0700)
commit16281888c0f319706cd07e3c569e0aeb5a66d3b6
treecd893edfc0ac92598797266e8b98ba72b1aa2b42
parent375fa6ef371a0ae248968d363226101ef741127e
parent9e2bd921ea22a31ef133222a1cecb6fb991ae87b
Auto merge of #34563 - alexcrichton:robust-mk, r=brson

mk: Don't consider LLVM done until it's done

Currently if an LLVM build is interrupted *after* it creates the llvm-config
binary but before it's done it puts us in an inconsistent state where we think
LLVM is compiled but it's not actually. This tweaks our logic to only consider
LLVM done building once it's actually done building.

This should hopefully alleviate problems on the bots where if we interrupt at
the wrong time it doesn't corrupt the build directory.