Uh oh!
There was an error while loading. Please reload this page.
rustbuild: Clean out tmp directory on make clean - #34577
Conversation
rust-highfive
commented
Jun 30, 2016
r? @aturon (rust_highfive has picked a reviewer for you, use r? to override) |
alexcrichton
commented
Jun 30, 2016
rustbuild: Clean out tmp directory on `make clean` Right now we generate error index information into this directory, but it's never cleaned out. This means that if a build *bounces* because of something in this directory it'll continue to cause all future builds to fail because the relevant files are never removed.
bors
commented
Jun 30, 2016
⌛ Testing commit 98adb2f with merge 78812ca... |
bors
commented
Jun 30, 2016
💔 Test failed - auto-linux-64-opt-rustbuild |
Right now we generate error index information into this directory, but it's never cleaned out. This means that if a build *bounces* because of something in this directory it'll continue to cause all future builds to fail because the relevant files are never removed.
98adb2f to
1e48a72Comparealexcrichton
commented
Jun 30, 2016
Ok the fact that both tmp/ and build/tmp/ exists is a bug that we need to fix... |
alexcrichton
commented
Jun 30, 2016
@bors: r=brson |
bors
commented
Jun 30, 2016
📌 Commit 1e48a72 has been approved by |
alexcrichton
commented
Jun 30, 2016
@bors: force |
bors
commented
Jun 30, 2016
⌛ Testing commit 1e48a72 with merge d15ac78... |
bors
commented
Jun 30, 2016
💔 Test failed - auto-linux-cross-opt |
alexcrichton
commented
Jun 30, 2016
alexcrichton
commented
Jun 30, 2016
@bors: force |
bors
commented
Jun 30, 2016
⌛ Testing commit 1e48a72 with merge 2f7b87f... |
bors
commented
Jul 1, 2016
💔 Test failed - auto-linux-64-x-android-t |
alexcrichton
commented
Jul 1, 2016
@bors: retry On Thu, Jun 30, 2016 at 5:18 PM, bors notifications@github.com wrote:
|
bors
commented
Jul 1, 2016
rustbuild: Clean out tmp directory on `make clean` Right now we generate error index information into this directory, but it's never cleaned out. This means that if a build *bounces* because of something in this directory it'll continue to cause all future builds to fail because the relevant files are never removed.
Right now we generate error index information into this directory, but it's
never cleaned out. This means that if a build bounces because of something in
this directory it'll continue to cause all future builds to fail because the
relevant files are never removed.