mirror of
https://github.com/servo/servo.git
synced 2025-07-23 15:23:42 +01:00
Use Cargo's target directory sharing.
This speeds up `./mach build --dev` followed by `./mach build-cef` by a large amount, and also speeds up other build combos found in our CI.
This commit is contained in:
parent
ce30807be5
commit
a0237085c6
14 changed files with 31 additions and 30 deletions
|
@ -36,8 +36,7 @@ ignored_files = [
|
|||
# Generated and upstream code combined with our own. Could use cleanup
|
||||
"components/script/dom/bindings/codegen/*",
|
||||
"components/style/properties/mod.rs",
|
||||
"components/servo/target/*",
|
||||
"ports/gonk/target/*",
|
||||
"target/*",
|
||||
"ports/gonk/src/native_window_glue.cpp",
|
||||
"ports/cef/*",
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue