Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upspurious downloading lines in mach output from builders #5043
Comments
|
Do you mean the This switch could probably be smarter, maybe using |
…tput based on sys.stdout.isatty() (Issue servo#5043).
|
This was probably fixed in #5043, but I didn’t manage to find a newer builder log that downloads Rust. Do the builders cache Rust snapshots? |
|
@larsbergstrom Do you know the answer? |
|
Sadly, I believe we do not cache the Rust snapshots - they are in the build/.servo directory, and the build/ directory is blown away every time. We may want to do something similar to @Manishearth's changes to keep the .cargo directory global (servo/saltfs#19 ) to avoid this problem. |
from http://build.servo.org/builders/linux1/builds/989/steps/compile/logs/stdio |
|
Filed #5200 for caching Rust snapshots outside of the working dir. |
See http://build.servo.org/builders/gonk/builds/29/steps/compile/logs/stdio for an example. Can we detect that we're not on a real terminal and then not do overwrites in that case?