As we discussed last month
<https://github.com/servo/servo/wiki/Meeting-2014-12-15#in-tree-builds>,
pull request #4755 <https://github.com/servo/servo/pull/4755> moves the
".servo" directory (where Rust/Cargo snapshots are cached) inside the
source tree by default.  After you pull this change and build, mach will
re-download rust and cargo to this new location (unless you change it back
as described below).

If you want to restore it to its old location in your home directory
(useful if you ever have multiple clones of the servo repo), add `cache-dir
= "~/.servo"` to your .servobuild file.  This is documented in the
servobuild.example file.
_______________________________________________
dev-servo mailing list
dev-servo@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-servo

Reply via email to